Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 8f509c8

Browse files
committed
revert multithreading change
1 parent 37ba869 commit 8f509c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/jelly/farmhelperv2/feature/impl/RancherSpeedSetter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private void finish() {
101101
if (callback != null) {
102102
Runnable run = callback;
103103
callback = null;
104-
Minecraft.getMinecraft().addScheduledTask(run);
104+
Multithreading.schedule(run, 0, TimeUnit.MILLISECONDS);
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)