Stop sending 2 failed messages.

This commit is contained in:
drtshock
2014-05-28 08:22:08 -05:00
parent 72df6f5f66
commit 01122e5fba
3 changed files with 2 additions and 2 deletions
@@ -82,6 +82,7 @@ public class VaultOperations {
return false;
}
} catch (NumberFormatException nfe) {
player.sendMessage(Lang.TITLE.toString() + Lang.MUST_BE_NUMBER.toString());
return false;
}