I'm bad with cross class hashmaps I guess :(

This commit is contained in:
Trent Hensler
2013-02-13 00:33:33 -06:00
parent 09d4adc90e
commit f8048ef9eb
3 changed files with 7 additions and 1 deletions
@@ -16,7 +16,6 @@ public class OwnVault {
ChatColor.DARK_RED + "]" + ChatColor.WHITE + ": ";
public boolean openOwnVault(CommandSender sender, String arg0) {
System.out.println("Passed to ownvault class.");
if(arg0.matches("^[0-9]{1,2}$")) {
System.out.println("yay regex!");
if(sender.hasPermission("playervaults.amount." + arg0)) {