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