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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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);
}