Reduced console spam on disconnect/kick.

Dieser Commit ist enthalten in:
EvilSeph 2011-04-21 15:46:18 -04:00
Ursprung 4d78c45d8b
Commit 212ec7f33d

Datei anzeigen

@ -46,7 +46,8 @@ class PlayerInstance {
public void b(EntityPlayer entityplayer) {
if (!this.b.contains(entityplayer)) {
(new IllegalStateException("Failed to remove player. " + entityplayer + " isn\'t in chunk " + this.chunkX + ", " + this.chunkZ)).printStackTrace();
// CraftBukkit
// (new IllegalStateException("Failed to remove player. " + entityplayer + " isn\'t in chunk " + this.chunkX + ", " + this.chunkZ)).printStackTrace();
} else {
this.b.remove(entityplayer);
if (this.b.size() == 0) {