mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
lower minimum playercount
This commit is contained in:
@@ -25,7 +25,7 @@ class Game {
|
||||
this.originalModeratorId = originalModeratorId;
|
||||
this.createTime = createTime;
|
||||
this.timerParams = timerParams;
|
||||
this.isFull = false;
|
||||
this.isFull = this.gameSize === 1 && !this.hasDedicatedModerator;
|
||||
this.timeRemaining = null;
|
||||
this.spectators = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user