Make help message configurable. Resolves #52.

This commit is contained in:
drtshock
2015-04-27 14:22:56 -05:00
parent 12e25f0eb2
commit 573f58ee2f
4 changed files with 6 additions and 6 deletions
@@ -180,6 +180,7 @@ public class VaultOperations {
try {
number = Integer.parseInt(arg);
if (number < 1) {
player.sendMessage(Lang.TITLE.toString() + ChatColor.RED + Lang.MUST_BE_NUMBER);
return false;
}
} catch (NumberFormatException nfe) {