Skip to content

Commit 8f7fb35

Browse files
Awakened-RedstoneGegy
authored andcommitted
chore: add comment to tickTime
1 parent f41cc37 commit 8f7fb35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/xyz/nucleoid/fantasy/RuntimeWorld.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ public void save(@Nullable ProgressListener progressListener, boolean flush, boo
6262
}
6363
}
6464

65+
/**
66+
* Only use the time update code from super as the immutable world proerties runtime dimensions breaks scheduled functions
67+
*/
6568
@Override
6669
protected void tickTime() {
6770
if (this.shouldTickTime) {

0 commit comments

Comments
 (0)