forked from git-mirrors/GeyserConnect
Update Cloudburst/Protocol
This commit is contained in:
parent
efe9fc4a80
commit
efdff4ee8e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue