This commit is contained in:
William Burns 2015-12-11 06:58:11 +00:00
parent a760dba783
commit 523c1875ef

View File

@ -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);
}