mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Don't spam console with errors on unexpected disconnect. Addresses BUKKIT-693
This commit is contained in:
committed by
feildmaster
parent
c07d4fffb0
commit
2f16b8ffa3
@@ -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 {
|
||||
|
Reference in New Issue
Block a user