error debug
This commit is contained in:
parent
4c72651f86
commit
644f946f69
@ -110,12 +110,11 @@ public class GameCreationManager implements Listener
|
|||||||
|
|
||||||
for (Player player : game.WorldData.World.getPlayers())
|
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");
|
player.kickPlayer("Dead World");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TimeUtil.stop();
|
TimeUtil.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user