forked from MagicBane/Server
aI delay
This commit is contained in:
@@ -41,6 +41,7 @@ public class MobAIThread implements Runnable{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
try {
|
||||
Thread.sleep(100);
|
||||
} catch (InterruptedException e) {
|
||||
@@ -49,7 +50,6 @@ public class MobAIThread implements Runnable{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
public static void startAIThread() {
|
||||
Thread aiThread;
|
||||
aiThread = new Thread(new MobAIThread());
|
||||
|
||||
Reference in New Issue
Block a user