Skip to content

Commit

Permalink
Update MCPL, resolves issues with the ClientboundPlayerInfoUpdatePacket
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Feb 16, 2025
1 parent d5b5712 commit 3e61726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void packetReceived(Session session, Packet packet) {
@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())
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protocol-common = "3.0.0.Beta6-20250212.131009-3"
protocol-codec = "3.0.0.Beta6-20250212.131009-3"
raknet = "1.0.0.CR3-20250128.101054-17"
minecraftauth = "4.1.1"
mcprotocollib = "1.21.4-20250121.131208-18"
mcprotocollib = "1.21.4-20250216.154737-20"
adventure = "4.14.0"
adventure-platform = "4.3.0"
junit = "5.9.2"
Expand Down

0 comments on commit 3e61726

Please sign in to comment.