Update report message (#1343)

This commit is contained in:
grégoire parant
2021-08-06 18:28:18 +02:00
committed by GitHub
parent 7c11441f50
commit fbcb9d898d
+1 -1
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"');