Proper fix for the console spam on disconnect/kick.

This commit is contained in:
EvilSeph
2011-04-21 19:08:40 -04:00
parent 8ba9f32162
commit c18e04ce8b
2 changed files with 2 additions and 3 deletions

View File

@@ -46,8 +46,7 @@ class PlayerInstance {
public void b(EntityPlayer entityplayer) {
if (!this.b.contains(entityplayer)) {
// CraftBukkit
// (new IllegalStateException("Failed to remove player. " + entityplayer + " isn\'t in chunk " + this.chunkX + ", " + this.chunkZ)).printStackTrace();
(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) {