mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Fix error when enchants.yml missing
Defunct file. This will just error when the file isn't present.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user