Re-initialize MCMUtil on reload to update log file handlers.

master
Etzelia 2018-12-06 23:20:39 +01:00
parent ef8abe223b
commit 4cb519c3fc
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class MinecraftManager extends JavaPlugin implements IMinecraftManager {
}
rules = new Rules(config);
banOptions = config.getStringList("ban.options");
MCMUtil.init();
}