Re-add dropped keep alive disconnect

Should fix the terminal spam
This commit is contained in:
Zach Brown
2019-05-13 23:17:05 -05:00
parent 1ea2c3b4be
commit b3cf37c102
14 changed files with 24 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ it impossible to properly cancel the event or modify the book meta
cancelled writing
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index f46a4868b..448645e52 100644
index baab1a88a..f007290ff 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn {