wtf was that xD

This commit is contained in:
Gabriele C
2016-04-03 13:03:16 +02:00
parent c079692f1d
commit 88e517635c
4 changed files with 10 additions and 13 deletions
@@ -25,8 +25,6 @@ public final class Settings {
public static final File PLUGIN_FOLDER = Wrapper.getInstance().getDataFolder();
public static final File MODULE_FOLDER = new File(PLUGIN_FOLDER, "modules");
public static final File CACHE_FOLDER = new File(PLUGIN_FOLDER, "cache");
// This is not an option!
public static boolean antiBotInAction = false;
public static List<String> allowCommands;
public static List<String> getJoinPermissions;
public static List<String> getUnrestrictedName;