Merge branch 'master' into develop

This commit is contained in:
Gregoire Parant
2021-08-06 18:29:09 +02:00
+1 -1
View File
@@ -307,7 +307,7 @@ export class SocketManager implements ZoneEventListener {
reportPlayerMessage.getReporteduseruuid(), reportPlayerMessage.getReporteduseruuid(),
reportPlayerMessage.getReportcomment(), reportPlayerMessage.getReportcomment(),
client.userUuid, client.userUuid,
client.roomId.split("/")[2] client.roomId
); );
} catch (e) { } catch (e) {
console.error('An error occurred on "handleReportMessage"'); console.error('An error occurred on "handleReportMessage"');