forked from SteamWar/SteamWar
Update GameStates
Fix FightserverPortal.fightStateMapper
This commit is contained in:
@@ -34,7 +34,7 @@ public abstract class WinCondition extends GameStateBukkitListener {
|
||||
private boolean active = false;
|
||||
|
||||
protected WinCondition(String name) {
|
||||
super(EnumSet.of(GameStates.INGAME));
|
||||
super(EnumSet.of(GameStates.RUNNING));
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user