mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Make directory
Remove double initialization
This commit is contained in:
parent
d920702389
commit
230435c29d
@ -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