mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06: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>();
|
gotCake = new ArrayList<String>();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -154,8 +156,6 @@ public class mcMMO extends JavaPlugin
|
|||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
System.out.println(ex);
|
System.out.println(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
mcPermissions.initialize(getServer());
|
|
||||||
|
|
||||||
this.config = new LoadProperties(this);
|
this.config = new LoadProperties(this);
|
||||||
this.config.load();
|
this.config.load();
|
||||||
|
Loading…
Reference in New Issue
Block a user