diff --git a/src/cc/co/evenprime/bukkit/nocheat/NoCheat.java b/src/cc/co/evenprime/bukkit/nocheat/NoCheat.java index 2c624f2e..1c2af06a 100644 --- a/src/cc/co/evenprime/bukkit/nocheat/NoCheat.java +++ b/src/cc/co/evenprime/bukkit/nocheat/NoCheat.java @@ -230,6 +230,8 @@ public class NoCheat extends JavaPlugin { this.conf.cleanup(); this.conf = new ConfigurationManager(this.getDataFolder().getPath(), this.action); + + return true; } } return false;