mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 19:22:59 +01:00
Update LoadProperties to use new FileConfiguration
This commit is contained in:
@@ -97,7 +97,7 @@ public class mcMMO extends JavaPlugin
|
||||
public Misc misc = new Misc(this);
|
||||
|
||||
//Config file stuff
|
||||
LoadProperties config = new LoadProperties();
|
||||
LoadProperties config = new LoadProperties(this);
|
||||
//Jar stuff
|
||||
public static File mcmmo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user