From fbcb9d898d5af0f2e0bd4f96ae27fcd9f08f35da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gr=C3=A9goire=20parant?= Date: Fri, 6 Aug 2021 18:28:18 +0200 Subject: [PATCH] Update report message (#1343) --- pusher/src/Services/SocketManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"');