Skip to content

Commit

Permalink
Add missing overwrite for DistanceManager#getTickingChunks
Browse files Browse the repository at this point in the history
  • Loading branch information
Spottedleaf committed Oct 24, 2024
1 parent 1e9a650 commit 529b9a4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,15 @@ public TickingTracker tickingTracker() {
throw new UnsupportedOperationException();
}

/**
* @reason Remove old chunk system hooks
* @author Spottedleaf
*/
@Overwrite
public LongSet getTickingChunks() {
throw new UnsupportedOperationException();
}

/**
* @reason This hack is not required anymore, see {@link MinecraftServerMixin}
* @author Spottedleaf
Expand Down

0 comments on commit 529b9a4

Please sign in to comment.