Removed default file loading

This commit is contained in:
Indyuce 2022-08-18 23:42:02 +02:00
parent 7f670df8c5
commit 3a2f6e20ed

View File

@ -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");