Skip to content

Commit

Permalink
chore: add comment to tickTime
Browse files Browse the repository at this point in the history
  • Loading branch information
Awakened-Redstone authored and Gegy committed Jul 21, 2024
1 parent f41cc37 commit 8f7fb35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/xyz/nucleoid/fantasy/RuntimeWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ public void save(@Nullable ProgressListener progressListener, boolean flush, boo
}
}

/**
* Only use the time update code from super as the immutable world proerties runtime dimensions breaks scheduled functions
*/
@Override
protected void tickTime() {
if (this.shouldTickTime) {
Expand Down

0 comments on commit 8f7fb35

Please sign in to comment.