error debug

This commit is contained in:
Chiss 2014-06-04 17:56:21 +10:00
parent 4c72651f86
commit 644f946f69
1 changed files with 1 additions and 2 deletions

View File

@ -110,12 +110,11 @@ public class GameCreationManager implements Listener
for (Player player : game.WorldData.World.getPlayers())
{
System.out.println("Kicking [" + player.getName() + "] with Validity [" + player.isValid() + "]");
System.out.println("Kicking [" + player.getName() + "] with Validity [" + player.isValid() + "] with Online [" + player.isOnline() + "]");
player.kickPlayer("Dead World");
}
TimeUtil.stop();
}