Reload the config.yml on /f reload.
This commit is contained in:
parent
2fc17c62b5
commit
4f3310d88f
@ -25,6 +25,7 @@ public class CmdReload extends FCommand {
|
||||
public void perform() {
|
||||
long timeInitStart = System.currentTimeMillis();
|
||||
Conf.load();
|
||||
P.p.reloadConfig();
|
||||
|
||||
long timeReload = (System.currentTimeMillis() - timeInitStart);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user