Reload the config.yml on /f reload.

This commit is contained in:
drtshock 2014-10-15 15:45:20 -05:00
parent 2fc17c62b5
commit 4f3310d88f
1 changed files with 1 additions and 0 deletions

View File

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