Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
updated antimatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 17, 2024
1 parent f13eedd commit 4aae17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public BlockEntity getNeighbor() {
}

@Override
protected void invalidateStructure() {
public void invalidateStructure() {
super.invalidateStructure();
if (successfulPositions != null) {
successfulPositions.clear();
Expand Down

0 comments on commit 4aae17f

Please sign in to comment.