mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-10-31 21:47:10 +00:00
Fixes FS-37
Fixes an oversight introduced in 76bb2d08ac
in which the configuration is loaded twice.
This commit is contained in:
parent
62529a6171
commit
e99aaa2eb4
@ -187,7 +187,6 @@ public class TotalFreedomMod extends JavaPlugin
|
||||
fsh = new FreedomServiceHandler();
|
||||
|
||||
config = new MainConfig();
|
||||
config.load();
|
||||
|
||||
if (FUtil.inDeveloperMode())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user