Skip to content

Commit

Permalink
fix schematic create delayed bork
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 17, 2020
1 parent b4f24f1 commit 37b4fb7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -267,9 +267,9 @@ public void execute(final ScriptEntry scriptEntry) {
catch (Exception ex) {
Debug.echoError(scriptEntry.getResidingQueue(), "Error creating schematic object " + name.asString() + ".");
Debug.echoError(scriptEntry.getResidingQueue(), ex);
scriptEntry.setFinished(true);
return;
}
scriptEntry.setFinished(true);
break;
}
case LOAD: {
Expand Down

0 comments on commit 37b4fb7

Please sign in to comment.