fight man

This commit is contained in:
William Burns 2015-12-09 23:59:20 +00:00
parent 05bd55f720
commit cea2716851

View File

@ -365,7 +365,7 @@ public class Gladiators extends SoloGame
return;
//All of the arenas are waiting for the next fight, so let's make them wait a bit.
_roundState = RoundState.WAITING;
_roundState = RoundState.FIGHTING;
return;
}
}