Don't spam console with errors on unexpected disconnect. Addresses BUKKIT-693

This commit is contained in:
Charles Daffern
2012-05-13 00:44:32 +01:00
committed by feildmaster
parent c07d4fffb0
commit 2f16b8ffa3
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class NetworkWriterThread extends Thread {
NetworkManager.a(this.a, (Exception) ioexception);
}
ioexception.printStackTrace();
// ioexception.printStackTrace(); // CraftBukkit - Don't spam console on unexpected disconnect
}
try {