mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
compress bundled js
This commit is contained in:
@@ -71,12 +71,12 @@ export class InProgress {
|
||||
};
|
||||
|
||||
if (spectatorCount) {
|
||||
spectatorCount?.addEventListener('click', spectatorHandler);
|
||||
spectatorCount?.addEventListener('keyup', spectatorHandler);
|
||||
SharedStateUtil.setNumberOfSpectators(
|
||||
this.stateBucket.currentGameState.people.filter(p => p.userType === globals.USER_TYPES.SPECTATOR).length,
|
||||
spectatorCount
|
||||
);
|
||||
spectatorCount?.addEventListener('click', spectatorHandler);
|
||||
spectatorCount?.addEventListener('keyup', spectatorHandler);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user