Don't create new file when attempting to load cache. Fixes #107
This commit is contained in:
@@ -15,6 +15,7 @@ import org.bukkit.configuration.file.YamlConfiguration;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class VaultCommand implements CommandExecutor {
|
||||
|
||||
@Override
|
||||
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
|
||||
if (VaultOperations.isLocked()) {
|
||||
|
||||
Reference in New Issue
Block a user