Fix error when enchants.yml missing

Defunct file. This will just error when the file isn't present.
This commit is contained in:
Jeremy Favro
2025-11-14 20:03:15 -05:00
committed by GitHub
parent 7898659f6e
commit 808c5cb04c

View File

@@ -43,8 +43,6 @@ public class CivModCorePlugin extends ACivMod {
public void onEnable() {
instance = this;
registerConfigClass(DatabaseCredentials.class);
// Save default resources
saveDefaultResource("enchants.yml");
super.onEnable();
// Load Config
this.config = new CivModCoreConfig(this);