Colour the message

This commit is contained in:
Sam 2017-04-05 22:58:06 +01:00
parent c1b83b1065
commit cbf7985773

View File

@ -1640,7 +1640,7 @@ public class Bridge extends TeamGame implements OreObsfucation
_usedLife.add(player.getName());
UtilPlayer.message(player, F.main("Game", "You used your " + F.elem(C.cAqua + "Early Game Revive") + "."));
UtilServer.broadcast(F.main("Game", F.elem(player.getName()) + " fell into the void."));
UtilServer.broadcast(F.main("Game", GetTeam(player).GetColor() + player.getName()) + C.cGray + " fell into the void.");
player.setFallDistance(0);
GetTeam(player).SpawnTeleport(player);