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

@@ -16,7 +16,7 @@ Refresh the player inventory when PlayerInteractEntityEvent is
cancelled to avoid this problem.
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index a29a59ebbd..b8cd933025 100644
index 088873515c..05dec82386 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 {