The disconnect on packet spam must be called sync (#1452)

And it was called twice, probably forgotten in the patch.
This commit is contained in:
Brokkonaut
2018-09-18 04:04:47 +02:00
parent fda3e873f6
commit af737481c2
5 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ index 3644fde3b..68f5842cf 100644
this.m();
}
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index ad9053d23..d48f54592 100644
index 4cdf79002..793174c51 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 {