forked from SteamWar/SteamWar
Update GameStates
Fix FightserverPortal.fightStateMapper
This commit is contained in:
@@ -37,7 +37,7 @@ public class LobbyCountdown extends Countdown {
|
||||
private boolean override = false;
|
||||
|
||||
public LobbyCountdown() {
|
||||
super(EnumSet.of(GameStates.LOBBY));
|
||||
super(EnumSet.of(GameStates.WAITING));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user