Fixed electrolyzer output cap bug
This commit is contained in:
@@ -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 ひどい
|
||||
|
||||
Reference in New Issue
Block a user