Skip to content

Commit

Permalink
Fix FCTickUtil not counting ticks '-' (the only thing it should be do…
Browse files Browse the repository at this point in the history
…ing)
  • Loading branch information
EverNife committed Sep 4, 2024
1 parent 6b24a9f commit 5f85e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class FCTickUtil {
public void run() {
tickCount.incrementAndGet();
}
}.runTaskLaterAsynchronously(EverNifeCore.instance, 1);
}.runTaskTimerAsynchronously(EverNifeCore.instance, 1, 1);
}

public static long getTickCount(){
Expand Down

0 comments on commit 5f85e6a

Please sign in to comment.