More map submission testing / Desktop editor pick tile support
This commit is contained in:
@@ -146,6 +146,13 @@ abstract class BuilderComp implements Posc, Statusc, Teamc, Rotc{
|
||||
|
||||
if(hasAll){
|
||||
Call.beginPlace(self(), current.block, team, current.x, current.y, current.rotation);
|
||||
|
||||
if(current.block.instantBuild){
|
||||
if(plans.size > 0){
|
||||
plans.removeFirst();
|
||||
}
|
||||
continue;
|
||||
}
|
||||
}else{
|
||||
current.stuck = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user