forked from GeyserMC/Geyser
Fix bug where online mode players couldn't move after logging in (#610)
This commit is contained in:
parent
fbfc987d2b
commit
83c7858a8c
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ public class UpstreamPacketHandler extends LoggingPacketHandler {
|
||||||
LoginEncryptionUtils.showLoginWindow(session);
|
LoginEncryptionUtils.showLoginWindow(session);
|
||||||
}
|
}
|
||||||
// else we were able to log the user in
|
// else we were able to log the user in
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
return translateAndDefault(packet);
|
return translateAndDefault(packet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue