Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2023-08-13 11:05:49 -04:00

View File

@@ -44,6 +44,12 @@ public class LogicAI extends AIController{
private float lastMoveX, lastMoveY;
private int lastPathId = 0;
// LogicAI state should not be reset after reading.
@Override
public boolean keepState(){
return true;
}
@Override
public void updateMovement(){
if(control == LUnitControl.pathfind){