Fix tabcomplete firing off-main

Also rebuild patches
This commit is contained in:
Spottedleaf
2019-06-02 19:19:44 -07:00
parent da7a69cec3
commit fffe000496
12 changed files with 23 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ it only impacts data sent from the client.
Set -DPaper.maxSignLength=XX to change limit or -1 to disable
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index b3f1fb9eb..5ad28ec74 100644
index ec4b693730..69d39a47ba 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 {