Update CB/S

This commit is contained in:
Shane Freeder
2017-10-07 09:57:38 +01:00
parent 3a9f17bc4b
commit d649f90be0
7 changed files with 6 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ disconnection to the main thread, but leave the actual processing of the packet
off the main thread.
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index d8f9a093b..f60f21fd2 100644
index 36af72387..14815ed4d 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 {