Colour the message
This commit is contained in:
parent
c1b83b1065
commit
cbf7985773
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user