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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user