Re-initialize MCMUtil on reload to update log file handlers.
parent
ef8abe223b
commit
4cb519c3fc
|
@ -108,6 +108,7 @@ public class MinecraftManager extends JavaPlugin implements IMinecraftManager {
|
||||||
}
|
}
|
||||||
rules = new Rules(config);
|
rules = new Rules(config);
|
||||||
banOptions = config.getStringList("ban.options");
|
banOptions = config.getStringList("ban.options");
|
||||||
|
MCMUtil.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue