Make directory

Remove double initialization
This commit is contained in:
NuclearW 2012-02-04 01:51:10 -05:00
parent d920702389
commit 230435c29d

View File

@ -137,6 +137,8 @@ public class mcMMO extends JavaPlugin
}
}
new File(getDataFolder() + File.separator + "players").mkdir();
gotCake = new ArrayList<String>();
try {
@ -155,8 +157,6 @@ public class mcMMO extends JavaPlugin
System.out.println(ex);
}
mcPermissions.initialize(getServer());
this.config = new LoadProperties(this);
this.config.load();