give positive feedback if the "reload" command was used

This commit is contained in:
Evenprime 2011-10-10 02:37:40 +02:00
parent e93f501271
commit 7186f26504

View File

@ -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;