This commit is contained in:
Ryder Belserion 2022-06-10 23:35:29 -04:00 committed by GitHub
parent 262b6bd970
commit b966ee7c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,9 @@ public class Main extends JavaPlugin implements Listener {
Bukkit.getServer().getPluginManager().registerEvents(new GUI(), this);
Methods.updateAuction();
startCheck();
if (!Vault.setupEconomy()) {
saveDefaultConfig();
}
if (!Vault.setupEconomy()) { saveDefaultConfig(); }
Messages.addMissingMessages();
new Metrics(this, 4624); //Starts up bStats
}
@ -474,4 +474,4 @@ public class Main extends JavaPlugin implements Listener {
return Material.matchMaterial(Version.isNewer(Version.v1_12_R1) ? newMaterial : oldMaterial);
}
}
}