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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"');