Braces
This commit is contained in:
parent
047ed81eea
commit
c1b83b1065
@ -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", F.elem(player.getName()) + " fell into the void."));
|
||||
|
||||
player.setFallDistance(0);
|
||||
GetTeam(player).SpawnTeleport(player);
|
||||
|
Loading…
Reference in New Issue
Block a user