add event to lobby events list on client side

This commit is contained in:
AlecM33
2023-08-04 00:21:54 -04:00
parent 0c92455e0e
commit d09bb9ffd9

View File

@@ -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 () {