Misc bugfixes

This commit is contained in:
Anuken
2023-09-21 14:28:08 -04:00
parent 1c76087930
commit d9c607995b
4 changed files with 19 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import mindustry.gen.*;
import mindustry.world.*;
public class CommandAI extends AIController{
protected static final int maxCommandQueueSize = 64;
protected static final int maxCommandQueueSize = 50;
protected static final float localInterval = 40f;
protected static final Vec2 vecOut = new Vec2(), flockVec = new Vec2(), separation = new Vec2(), cohesion = new Vec2(), massCenter = new Vec2();
protected static final boolean[] noFound = {false};