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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user