Skip to content

Commit

Permalink
error = we done here folks
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 24, 2017
1 parent ebf9084 commit 6f19c0e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -181,9 +181,11 @@ public void execute(final ScriptEntry scriptEntry) throws CommandExecutionExcept

if ((locations == null || locations.size() == 0) && (location_list == null || location_list.size() == 0)) {
dB.echoError("Must specify a valid location!");
return;
}
if (materialList.size() == 0) {
dB.echoError("Must specify a valid material!");
return;
}

no_physics = !doPhysics;
Expand Down

0 comments on commit 6f19c0e

Please sign in to comment.