Update Cloudburst/Protocol

This commit is contained in:
rtm516 2020-10-25 13:50:24 +00:00
commit efdff4ee8e
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ public class PacketHandler implements BedrockPacketHandler {
break;
case HAVE_ALL_PACKS:
ResourcePackStackPacket stack = new ResourcePackStackPacket();
stack.setExperimental(false);
stack.setExperimentsPreviouslyToggled(false);
stack.setForcedToAccept(false);
stack.setGameVersion("*");
session.sendPacket(stack);