mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-06-18 05:57:05 +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
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ public class TotalFreedomMod extends JavaPlugin
|
||||||
fsh = new FreedomServiceHandler();
|
fsh = new FreedomServiceHandler();
|
||||||
|
|
||||||
config = new MainConfig();
|
config = new MainConfig();
|
||||||
config.load();
|
|
||||||
|
|
||||||
if (FUtil.inDeveloperMode())
|
if (FUtil.inDeveloperMode())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue