Fixed electrolyzer output cap bug

This commit is contained in:
Anuken
2022-09-29 17:20:40 -04:00
parent 4f9fe2a36f
commit a8fa6da787
2 changed files with 9 additions and 5 deletions
+3 -2
View File
@@ -184,6 +184,9 @@ public class CommandAI extends AIController{
}else if(target != null){
faceTarget();
}
//boosting control is not supported, so just don't.
unit.updateBoosting(false);
}
@Override
@@ -236,8 +239,6 @@ public class CommandAI extends AIController{
pathId = Vars.controlPath.nextTargetId();
}
/*
//TODO ひどい