This commit is contained in:
2025-01-27 10:03:57 -06:00
parent 9aa053beb6
commit 58a0b6150f
+1 -1
View File
@@ -41,6 +41,7 @@ public class MobAIThread implements Runnable{
} }
} }
} }
}
try { try {
Thread.sleep(100); Thread.sleep(100);
} catch (InterruptedException e) { } catch (InterruptedException e) {
@@ -49,7 +50,6 @@ public class MobAIThread implements Runnable{
} }
} }
} }
}
public static void startAIThread() { public static void startAIThread() {
Thread aiThread; Thread aiThread;
aiThread = new Thread(new MobAIThread()); aiThread = new Thread(new MobAIThread());