Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Dec 29, 2022
1 parent c7f1620 commit 58de5e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private void requestMaterialsState()
@Override
protected IAIState waitForRequests()
{
if (job.hasWorkOrder() && building.getNeededResources().isEmpty() && !recalculated)
if (job.hasWorkOrder() && building.getNeededResources().isEmpty() && !recalculated && (structurePlacer == null || !structurePlacer.getB().hasBluePrint()))
{
return START_BUILDING;
}
Expand Down

0 comments on commit 58de5e9

Please sign in to comment.