1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-03 22:16:31 +00:00

Update to latest MCPL version

This commit is contained in:
onebeastchris
2025-10-05 17:48:08 +02:00
parent 879f9779cf
commit 2295814b22
2 changed files with 2 additions and 2 deletions

View File

@@ -1721,7 +1721,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
return;
}
hasAcceptedCodeOfConduct = true;
sendDownstreamConfigurationPacket(new ServerboundAcceptCodeOfConductPacket(null)); // TODO fix in MCPL
sendDownstreamConfigurationPacket(ServerboundAcceptCodeOfConductPacket.INSTANCE);
}
public void prepareForConfigurationForm() {