forked from Upstream/mmocore
Removed default file loading
This commit is contained in:
parent
7f670df8c5
commit
3a2f6e20ed
@ -69,8 +69,8 @@ public class ConfigManager {
|
|||||||
loadDefaultFile("expcurves", "mining.txt");
|
loadDefaultFile("expcurves", "mining.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!new File(MMOCore.plugin.getDataFolder() + "/skilltree").exists())
|
/* if (!new File(MMOCore.plugin.getDataFolder() + "/skilltree").exists())
|
||||||
loadDefaultFile("skilltree", "combat.yml");
|
loadDefaultFile("skilltree", "combat.yml");*/
|
||||||
|
|
||||||
loadDefaultFile("attributes.yml");
|
loadDefaultFile("attributes.yml");
|
||||||
loadDefaultFile("items.yml");
|
loadDefaultFile("items.yml");
|
||||||
|
Loading…
Reference in New Issue
Block a user