Skip to content

Commit

Permalink
fix: invalidate all hopper caches when hopper is removed from the world
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jun 16, 2021
1 parent c69d179 commit b5b833a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ public void markRemoved() {
this.extractItemEntityTracker.unRegister(serverWorld);
this.extractItemEntityTracker = null;
this.extractItemEntityBoxes = null;
this.extractItemEntityTrackerWasEmpty = false;
}
}

Expand Down

0 comments on commit b5b833a

Please sign in to comment.