Merge branch 'master' into develop

This commit is contained in:
Gregoire Parant 2021-08-06 18:29:09 +02:00
commit 154f8f03da

View file

@ -307,7 +307,7 @@ export class SocketManager implements ZoneEventListener {
reportPlayerMessage.getReporteduseruuid(),
reportPlayerMessage.getReportcomment(),
client.userUuid,
client.roomId.split("/")[2]
client.roomId
);
} catch (e) {
console.error('An error occurred on "handleReportMessage"');