fixed message on tick (might be cause of laggg)

This commit is contained in:
NewGarbo 2015-12-02 06:56:58 +00:00
parent 92c1abf221
commit 8fea5afdce

View File

@ -114,7 +114,6 @@ public class KingHill extends WorldEvent
for (Player player : UtilServer.getPlayers())
{
System.out.println(getCenterLocation());
if (_hill.isOnHill(player.getLocation(), getCenterLocation()))
{
ClanInfo playerClan = _clansManager.getClan(player);