Add validation warning for unsquare buildings

This commit is contained in:
Quincy Morgan
2019-04-23 15:50:52 -07:00
parent a37ce90af7
commit 34fcd01f98
10 changed files with 180 additions and 65 deletions
+2
View File
@@ -155,6 +155,8 @@ export function coreHistory(context) {
})
.on('end interrupt', function() {
_overwrite(origArguments, 1);
// run the completion handler, if any
if (action0.onCompletion) action0.onCompletion();
});
} else {