Fix some issues with async login as well another source of sync loads

This commit is contained in:
Aikar
2020-04-22 02:52:17 -04:00
parent f52c927ae6
commit 6578a2d659
2 changed files with 38 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ their position to the ground/exit location when entering the bed, resulting in
the server believing they're still in the air.
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index 7929fcc800..8f93a7758c 100644
index c3710b73af..b62535ba04 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 {