Expose loadLang as public and reload from disk on /f reload.
This commit is contained in:
@@ -28,7 +28,7 @@ public class CmdReload extends FCommand {
|
||||
long timeInitStart = System.currentTimeMillis();
|
||||
Conf.load();
|
||||
P.p.reloadConfig();
|
||||
|
||||
P.p.loadLang();
|
||||
long timeReload = (System.currentTimeMillis() - timeInitStart);
|
||||
|
||||
msg(TL.COMMAND_RELOAD_TIME, timeReload);
|
||||
|
||||
Reference in New Issue
Block a user