Skip to content

Commit

Permalink
Delete the wrong line
Browse files Browse the repository at this point in the history
That is the line that let bedrock user to login with the online mode on.
  • Loading branch information
Shanwer authored Dec 26, 2023
1 parent 09db65c commit f8bdfd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public PacketSignal handle(ResourcePackClientResponsePacket packet) {
session.authenticate(session.getAuthData().name());
} else if (!couldLoginUserByName(session.getAuthData().name())) {
// We must spawn the white world
session.connect();//Let bedrock user to login with online mode on
}
geyser.getLogger().info(GeyserLocale.getLocaleStringLog("geyser.network.connect", session.getAuthData().name()));
break;
Expand Down

0 comments on commit f8bdfd0

Please sign in to comment.