Skip to content

Commit

Permalink
Fix - drop xp
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 29, 2013
1 parent f7df079 commit d64838f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public void parseArgs(ScriptEntry scriptEntry) throws InvalidArgumentsException


else if (!scriptEntry.hasObject("action")
&& arg.matchesPrefix("experience, exp, xp"))
&& arg.matches("experience, exp, xp"))
// Experience arg
scriptEntry.addObject("action", new Element(Action.DROP_EXP.toString()).setPrefix("action"));

Expand Down

0 comments on commit d64838f

Please sign in to comment.