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