1
0
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:
TheYeti
2012-01-30 12:20:43 -08:00
parent c46d900833
commit 401af172ae
3 changed files with 41 additions and 21 deletions

View File

@@ -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;