This commit is contained in:
drtshock
2014-04-23 13:52:36 -05:00
parent ac267345b0
commit 15f4f81780
@@ -34,7 +34,7 @@ public class Commands implements CommandExecutor {
if (cmd.getName().equalsIgnoreCase("pv")) {
if (sender instanceof Player) {
Player p = (Player) sender;
if(PlayerVaults.IN_VAULT.containsKey(p.getName())) return true; // don't let them open another vault.
if (PlayerVaults.IN_VAULT.containsKey(p.getName())) return true; // don't let them open another vault.
switch (args.length) {
case 1:
if (VaultOperations.openOwnVault(p, args[0])) {