Bugfixes
This commit is contained in:
@@ -19,6 +19,8 @@ public class BuilderAI extends AIController{
|
||||
builder.lookAt(builder.vel().angle());
|
||||
}
|
||||
|
||||
builder.updateBuilding(true);
|
||||
|
||||
//approach request if building
|
||||
if(builder.buildPlan() != null){
|
||||
BuildPlan req = builder.buildPlan();
|
||||
|
||||
Reference in New Issue
Block a user