Changed respawn title text

This commit is contained in:
xGamingDudex 2016-10-20 22:44:13 +02:00
parent 0705e38b3e
commit 4e4fd2a8e9

View File

@ -205,7 +205,7 @@ public abstract class SuperSmash extends Game
@Override
public void run()
{
UtilTextMiddle.display(getLiveColour(lives) + lives, livesString + " left!", 10, 30, 10, player);
UtilTextMiddle.display(null, getLiveColour(lives) + lives + " " + livesString + " left!", 10, 30, 10, player);
}
}.runTaskLater(Manager.getPlugin(), (long) DeathSpectateSecs * 20 + 2);