mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
reduce idle time
This commit is contained in:
@@ -59,7 +59,7 @@ public class BleezeAI {
|
||||
}
|
||||
|
||||
if (ThreadLocalRandom.current().nextInt(750) == 0) {
|
||||
bleezeData.aiStopTicks = 350;
|
||||
bleezeData.aiStopTicks = 320;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user