Skip to content

Commit

Permalink
The wild update experiment is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed May 28, 2022
1 parent 87320f0 commit b10ce16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public boolean handle(ResourcePackClientResponsePacket packet) {
// Allow custom items to work
stackPacket.getExperiments().add(new ExperimentData("data_driven_items", true));
}
stackPacket.getExperiments().add(new ExperimentData("wild_update", true));

session.sendUpstreamPacket(stackPacket);
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,6 @@ private void startGame() {
startGamePacket.setPlayerPropertyData(NbtMap.EMPTY);
startGamePacket.setWorldTemplateId(UUID.randomUUID());

startGamePacket.getExperiments().add(new ExperimentData("wild_update", true));

SyncedPlayerMovementSettings settings = new SyncedPlayerMovementSettings();
settings.setMovementMode(AuthoritativeMovementMode.CLIENT);
settings.setRewindHistorySize(0);
Expand Down

0 comments on commit b10ce16

Please sign in to comment.