Update report message (#1343)
This commit is contained in:
parent
7c11441f50
commit
fbcb9d898d
@ -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"');
|
||||||
|
Loading…
Reference in New Issue
Block a user