forked from SteamWar/SteamWar
Update GameStates
Fix FightserverPortal.fightStateMapper
This commit is contained in:
@@ -31,7 +31,7 @@ public class GameCountdown extends Countdown {
|
||||
private long startTime = 0;
|
||||
|
||||
public GameCountdown() {
|
||||
super(EnumSet.of(GameStates.INGAME));
|
||||
super(EnumSet.of(GameStates.RUNNING));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user