mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 10:05:17 +01:00
Remove unused class
This commit is contained in:
parent
f5fc761055
commit
351ff6643f
@ -1,17 +0,0 @@
|
||||
package me.filoghost.chestcommands.util;
|
||||
|
||||
import org.bukkit.plugin.Plugin;
|
||||
|
||||
public final class FileUtils {
|
||||
|
||||
|
||||
private FileUtils() {}
|
||||
|
||||
|
||||
public static void saveResourceSafe(Plugin plugin, String name) {
|
||||
try {
|
||||
plugin.saveResource(name, false);
|
||||
} catch (Exception ignored) {}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user