Refactoring admin messages
This commit is contained in:
parent
b1d4af005e
commit
d1222e4440
5 changed files with 51 additions and 16 deletions
|
@ -145,7 +145,7 @@ export class GameRoom {
|
|||
|
||||
// Notify admins
|
||||
for (const admin of this.admins) {
|
||||
admin.sendUserLeft(user.uuid, user.name, user.IPAddress);
|
||||
admin.sendUserLeft(user.uuid/*, user.name, user.IPAddress*/);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue