Skip to content

Commit

Permalink
Fix language key typo when floodgate encryption fails (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Jan 28, 2024
1 parent 61b3ffd commit 07150db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ public void packetSending(PacketSendingEvent event) {
).toString());
} catch (Exception e) {
geyser.getLogger().error(GeyserLocale.getLocaleStringLog("geyser.auth.floodgate.encrypt_fail"), e);
disconnect(GeyserLocale.getPlayerLocaleString("geyser.auth.floodgate.encryption_fail", getClientData().getLanguageCode()));
disconnect(GeyserLocale.getPlayerLocaleString("geyser.auth.floodgate.encrypt_fail", getClientData().getLanguageCode()));
return;
}

Expand Down

0 comments on commit 07150db

Please sign in to comment.