mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-03 01:00:20 +01:00
give positive feedback if the "reload" command was used
This commit is contained in:
parent
e93f501271
commit
7186f26504
@ -230,6 +230,8 @@ public class NoCheat extends JavaPlugin {
|
|||||||
|
|
||||||
this.conf.cleanup();
|
this.conf.cleanup();
|
||||||
this.conf = new ConfigurationManager(this.getDataFolder().getPath(), this.action);
|
this.conf = new ConfigurationManager(this.getDataFolder().getPath(), this.action);
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user