1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

Update MCPL, resolves issues with the ClientboundPlayerInfoUpdatePacket

This commit is contained in:
onebeastchris
2025-02-16 16:58:44 +01:00
parent d5b5712e60
commit 3e6172642d
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ public class GeyserSessionAdapter extends SessionAdapter {
@Override
public void packetError(PacketErrorEvent event) {
geyser.getLogger().warning(GeyserLocale.getLocaleStringLog("geyser.network.downstream_error",
(event.getPacketClass() != null ? "(" + event.getPacketClass().getSimpleName() + ")" : "") +
(event.getPacketClass() != null ? "(" + event.getPacketClass().getSimpleName() + ") " : "") +
event.getCause().getMessage())
);
if (geyser.getConfig().isDebugMode())