mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
Removed default file loading
This commit is contained in:
parent
7f670df8c5
commit
3a2f6e20ed
@ -69,8 +69,8 @@ public class ConfigManager {
|
||||
loadDefaultFile("expcurves", "mining.txt");
|
||||
}
|
||||
|
||||
if (!new File(MMOCore.plugin.getDataFolder() + "/skilltree").exists())
|
||||
loadDefaultFile("skilltree", "combat.yml");
|
||||
/* if (!new File(MMOCore.plugin.getDataFolder() + "/skilltree").exists())
|
||||
loadDefaultFile("skilltree", "combat.yml");*/
|
||||
|
||||
loadDefaultFile("attributes.yml");
|
||||
loadDefaultFile("items.yml");
|
||||
|
Loading…
Reference in New Issue
Block a user