Fixed load order
This commit is contained in:
@@ -24,10 +24,13 @@ class EcoItemsPlugin : LibReforgePlugin(1241, 12205, "&#ff0000") {
|
||||
init {
|
||||
instance = this
|
||||
itemsYml = ItemsYml(this)
|
||||
EcoItems.update(this) // Preliminary update
|
||||
registerHolderProvider { ItemUtils.getEcoItemOnPlayer(it).toSingletonList() }
|
||||
}
|
||||
|
||||
override fun handleEnableAdditional() {
|
||||
EcoItems.update(this) // Preliminary update
|
||||
}
|
||||
|
||||
override fun handleReloadAdditional() {
|
||||
FuelHandler.createRunnable(this)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user