Fixed #2287
This commit is contained in:
@@ -200,6 +200,10 @@ abstract class BuilderComp implements Unitc{
|
||||
}
|
||||
}
|
||||
|
||||
boolean activelyBuilding(){
|
||||
return isBuilding() && updateBuilding;
|
||||
}
|
||||
|
||||
/** Return the build request currently active, or the one at the top of the queue.*/
|
||||
@Nullable
|
||||
BuildPlan buildPlan(){
|
||||
|
||||
Reference in New Issue
Block a user