Add default for eco enchant enchantments.

This commit is contained in:
alexcrea 2024-06-23 22:13:55 +02:00
parent 1e15bc7ab3
commit a4dda06602
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
4 changed files with 57 additions and 4 deletions

View file

@ -108,7 +108,7 @@ class CustomAnvil : JavaPlugin() {
Update_1_21.handleUpdate()
// Handle custom enchant config
DependencyManager.handleConfigChanges()
DependencyManager.handleConfigChanges(this)
// Load gui constants //TODO maybe something better later
MainConfigGui.getInstance().init(DependencyManager.packetManager)