allow keepalive to wait longer for a client response

and also provide a bit more information in the server
logs so we can work out what is going on.
This commit is contained in:
Shane Freeder
2017-10-15 14:00:42 +01:00
parent 7cbc4cd377
commit b1fa92a5e4
5 changed files with 85 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ index 53147c6e2..5fbb99b7e 100644
@Override
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index 52e8458ab..bcc6c9707 100644
index a04df7d88..22ead6533 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, ITickable {