This commit is contained in:
libraryaddict
2014-09-27 16:35:21 +12:00
parent fb09d93136
commit d937fb3e79
6 changed files with 70 additions and 6 deletions

View File

@@ -603,7 +603,7 @@ public abstract class BaseDisguiseCommand implements CommandExecutor {
throw new Exception();
}
} catch (Exception ex) {
throw parseToException("rabbit type (white, brown, salt and pepper...)", valueString, methodName);
throw parseToException("rabbit type (white, brown, patches...)", valueString, methodName);
}
}
}