mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
add event to lobby events list on client side
This commit is contained in:
@@ -71,7 +71,8 @@ export const globals = {
|
||||
this.EVENT_IDS.PLAYER_JOINED,
|
||||
this.EVENT_IDS.ADD_SPECTATOR,
|
||||
this.EVENT_IDS.KICK_PERSON,
|
||||
this.EVENT_IDS.UPDATE_GAME_ROLES
|
||||
this.EVENT_IDS.UPDATE_GAME_ROLES,
|
||||
this.EVENT_IDS.LEAVE_ROOM
|
||||
];
|
||||
},
|
||||
IN_PROGRESS_EVENTS: function () {
|
||||
|
||||
Reference in New Issue
Block a user