9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-23 00:49:31 +00:00

[ci skip] cleanup

This commit is contained in:
Dreeam
2025-06-11 06:09:21 +08:00
parent ccab3256c2
commit b5e6e55765
3 changed files with 10 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ import java.util.OptionalInt;
import java.util.concurrent.locks.LockSupport;
public class AsyncGoalThread extends Thread {
public static volatile boolean RUNNING = true;
public AsyncGoalThread(final MinecraftServer server) {
super(() -> run(server), "Leaf Async Goal Thread");