Skip to content

Commit

Permalink
fix to animatechest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeebiss committed Apr 15, 2013
1 parent 1fd4823 commit 3474126
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ public void parseArgs(ScriptEntry scriptEntry)
} else if (aH.matchesLocation(arg)) {
location = aH.getLocationFrom(arg);
dB.echoDebug("...location set");
} else if (aH.matchesValueArg("SOUND", arg, ArgumentType.Boolean)) {
} else if (aH.matchesValueArg("SOUND", arg, ArgumentType.Custom)) {
sound = aH.getBooleanFrom(arg);
if (sound) dB.echoDebug("...sound enabled");
else dB.echoDebug("...sound disabled");
Expand Down

0 comments on commit 3474126

Please sign in to comment.