mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -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
@@ -173,7 +173,7 @@ public class NetworkManager {
|
||||
}
|
||||
|
||||
private void a(Exception exception) {
|
||||
exception.printStackTrace();
|
||||
// exception.printStackTrace(); // CraftBukkit - Remove console spam
|
||||
this.a("disconnect.genericReason", new Object[] { "Internal exception: " + exception.toString()});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user