diff --git a/pusher/src/Services/SocketManager.ts b/pusher/src/Services/SocketManager.ts index 2ab505bc..119596fd 100644 --- a/pusher/src/Services/SocketManager.ts +++ b/pusher/src/Services/SocketManager.ts @@ -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"');