Commit rest of files.

This commit is contained in:
Trent Hensler
2018-12-16 22:37:41 -08:00
parent 181bb89ac0
commit a3d72a0a28
9 changed files with 10 additions and 12 deletions
@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2013 drtshock
*
* This program is free software: you can redistribute it and/or modify
@@ -70,7 +70,7 @@ public class VaultCommand implements CommandExecutor {
String target = args[0];
OfflinePlayer offlinePlayer = Bukkit.getOfflinePlayer(args[0]);
if(offlinePlayer != null && offlinePlayer.hasPlayedBefore()) {
if (offlinePlayer != null && offlinePlayer.hasPlayedBefore()) {
target = offlinePlayer.getUniqueId().toString();
}
if (VaultOperations.openOtherVault(player, target, args[1])) {