This commit is contained in:
Sam 2017-04-05 21:46:22 +01:00
parent 047ed81eea
commit c1b83b1065
1 changed files with 1 additions and 1 deletions

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", F.elem(player.getName()) + " fell into the void."));
player.setFallDistance(0);
GetTeam(player).SpawnTeleport(player);