Skip to content

Commit

Permalink
Remove action debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed May 26, 2013
1 parent 1aff323 commit 9ab5412
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public boolean doAction(String actionName, dNPC npc, Player player, AssignmentSc
if (assignment == null) return false;

if (!assignment.contains("actions.on " + actionName)) {
dB.echoDebug("Tried to do 'on " + actionName + ":' but couldn't find a matching script.");
// dB.echoDebug("Tried to do 'on " + actionName + ":' but couldn't find a matching script.");
return false;
}

Expand Down

0 comments on commit 9ab5412

Please sign in to comment.