One thing.

This commit is contained in:
Mysticate 2015-09-23 15:24:34 -04:00
parent 81e780d400
commit 71408fabd2
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ public class Maze implements Listener
_phaseTimer--;
if(_phaseTimer == 20) // only gets to this by running out of time naturally, not by player
{
UtilTextMiddle.display(C.cGreen + C.Bold + "20", C.cWhite + "Seconds Left", 5, 40, 5, Host.GetPlayers(true).toArray(new Player[Host.GetPlayers(true).size()]));
UtilTextMiddle.display(C.cGreen + C.Bold + _phaseTimer, C.cWhite + "Seconds Left", 5, 40, 5, Host.GetPlayers(true).toArray(new Player[Host.GetPlayers(true).size()]));
}
if(_phaseTimer == 15 || _phaseTimer == 10)