Skip to content

Commit

Permalink
Unfilled actions no longer output debug information. (Cleaner debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Mar 18, 2013
1 parent c1d9cfb commit cb598be
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -24,6 +24,8 @@ public boolean doAction(String actionName, dNPC npc, Player player, AssignmentSc

if (assignment == null) return false;

if (assignment.contains("actions.on " + actionName)getEntries(player, npc, "actions.on " + actionName);)

dB.report("Action",
aH.debugObj("Type", "On " + actionName)
+ aH.debugObj("NPC", npc.toString())
Expand Down

0 comments on commit cb598be

Please sign in to comment.