aI delay
This commit is contained in:
@@ -41,12 +41,12 @@ public class MobAIThread implements Runnable{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
try {
|
}
|
||||||
Thread.sleep(100);
|
try {
|
||||||
} catch (InterruptedException e) {
|
Thread.sleep(100);
|
||||||
Logger.error("AI Thread interrupted", e);
|
} catch (InterruptedException e) {
|
||||||
Thread.currentThread().interrupt();
|
Logger.error("AI Thread interrupted", e);
|
||||||
}
|
Thread.currentThread().interrupt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user