Skip to content

Commit

Permalink
Update ForEachCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed May 17, 2013
1 parent 7c36a21 commit 60339b4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -78,7 +78,7 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {

// Report to dB
dB.report(getName(),
aH.debugObj("Type", scriptEntry.getPlayer().getName())
aH.debugObj("Type", type.toString())
+ (type == Type.LOCATION ? loc_1.debug() + loc_2.debug() : "")
+ script.debug());

Expand Down Expand Up @@ -116,4 +116,4 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
}
}

}
}

0 comments on commit 60339b4

Please sign in to comment.