Changed the painting to art else it conflicts with disguisetype in disguisehelp

This commit is contained in:
libraryaddict
2013-11-24 08:59:20 +13:00
parent f2755fcb8b
commit a97f9b22af
4 changed files with 9 additions and 9 deletions

View File

@@ -330,7 +330,7 @@ public abstract class BaseDisguiseCommand implements CommandExecutor {
try {
value = param.getClass().getMethod("valueOf", String.class).invoke(valueString.toUpperCase());
} catch (Exception ex) {
throw parseToException("painting", valueString, methodName);
throw parseToException("painting art", valueString, methodName);
}
// Parse to ocelot type
} else if (param.getSimpleName().equals("Type")) {