fix
This commit is contained in:
parent
a760dba783
commit
523c1875ef
@ -326,11 +326,11 @@ public class Arena
|
||||
}
|
||||
else if (_state.equals(ArenaState.RUNNING))
|
||||
{
|
||||
if (_alertedAlready2)
|
||||
return;
|
||||
|
||||
for (Player p : getPastPlayers())
|
||||
{
|
||||
if (_alertedAlready2)
|
||||
continue;
|
||||
|
||||
UtilTextMiddle.display(C.cGreen + "Next Battle", "Follow the particles", 0, 20 * 100, 0, p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user