Minor build fix

This commit is contained in:
Anuken 2020-12-02 14:35:03 -05:00
parent 48c8357ff7
commit 12ee38476c
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ abstract class BuilderComp implements Posc, Teamc, Rotc{
plans.removeFirst();
return;
}
}else if(tile.team() != team){
}else if(tile.team() != team && tile.team() != Team.derelict){
plans.removeFirst();
return;
}

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=a381f3a1704ed28b79e1224b51081cb1b790d504
archash=3ed298e35dafc98667875c397c7cb0d0f1fcbc07