This commit is contained in:
Anuken
2020-12-22 13:51:11 -05:00
parent d3f99105b2
commit f3d5cb315e
20 changed files with 20 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ abstract class BuilderComp implements Posc, Teamc, Rotc{
@Import Team team;
@SyncLocal Queue<BuildPlan> plans = new Queue<>(1);
@SyncLocal transient boolean updateBuilding = true;
@SyncLocal boolean updateBuilding = true;
public boolean canBuild(){
return type.buildSpeed > 0;