mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Minor build fix
This commit is contained in:
parent
48c8357ff7
commit
12ee38476c
@ -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;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=a381f3a1704ed28b79e1224b51081cb1b790d504
|
||||
archash=3ed298e35dafc98667875c397c7cb0d0f1fcbc07
|
||||
|
Loading…
Reference in New Issue
Block a user