Skip to content

Commit

Permalink
We don't need this.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Dec 5, 2013
1 parent 77397ae commit 8aef1d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
dList list = (dList) scriptEntry.getObject("list");
ArrayList<ScriptEntry> bracedCommands = ((LinkedHashMap<String, ArrayList<ScriptEntry>>) scriptEntry.getObject("braces")).get("FOREACH");
if (bracedCommands == null || bracedCommands.isEmpty()) {
dB.echoError("Empty braces!");
// dB.echoError("Empty braces!");
return;
}

Expand Down

0 comments on commit 8aef1d5

Please sign in to comment.