mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Merge branch 'master' of https://gmcferrin@github.com/TheYeti/mcMMO.git
This commit is contained in:
commit
aa9fe544a2
@ -137,6 +137,8 @@ public class mcMMO extends JavaPlugin
|
||||
}
|
||||
}
|
||||
|
||||
new File(getDataFolder() + File.separator + "players").mkdir();
|
||||
|
||||
gotCake = new ArrayList<String>();
|
||||
|
||||
try {
|
||||
@ -154,8 +156,6 @@ public class mcMMO extends JavaPlugin
|
||||
catch (Exception ex) {
|
||||
System.out.println(ex);
|
||||
}
|
||||
|
||||
mcPermissions.initialize(getServer());
|
||||
|
||||
this.config = new LoadProperties(this);
|
||||
this.config.load();
|
||||
|
Loading…
Reference in New Issue
Block a user