1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-26 10:19:12 +00:00

Fix bug where online mode players couldn't move after logging in (#610)

This commit is contained in:
Camotoy
2020-05-20 13:43:17 -04:00
committed by GitHub
parent fbfc987d2b
commit 83c7858a8c

View File

@@ -117,7 +117,6 @@ public class UpstreamPacketHandler extends LoggingPacketHandler {
LoginEncryptionUtils.showLoginWindow(session);
}
// else we were able to log the user in
return true;
}
return translateAndDefault(packet);
}