Don't create new file when attempting to load cache. Fixes #107

This commit is contained in:
kashike
2016-02-05 23:00:43 -08:00
parent 18da2bf0df
commit aaef544ea4
13 changed files with 58 additions and 18 deletions
@@ -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()) {