Skip to content

Commit

Permalink
Merge remote-tracking branch 'reobf/fix-missing-invalidate-call' into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
Dream-Master committed Feb 11, 2025
2 parents 23a3fe1 + f6d9205 commit 3652dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/kubatech/tileentity/TeaStorageTile.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ public void onChunkUnload() {
@Override
public void invalidate() {
if (teaNetwork != null) teaNetwork.unregisterTeaStorageExtender(this);
super.invalidate();
}
}

0 comments on commit 3652dd3

Please sign in to comment.