Skip to content

Commit

Permalink
Fix chunk crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetoil committed Feb 2, 2023
1 parent 7d7425e commit 1340225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void load(CompoundTag tag) {

@Override
public CompoundTag getUpdateTag() {
return this.saveWithoutMetadata();
return new CompoundTag();
}

public void finalTick() {
Expand Down

0 comments on commit 1340225

Please sign in to comment.