diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt index 0df2e69..8b0b128 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecopets/EcoPetsPlugin.kt @@ -41,7 +41,7 @@ class EcoPetsPlugin : LibReforgePlugin() { } override fun handleReloadAdditional() { - if (this.configYml.getBool("pet-entity.enabled")) { + if (!this.configYml.getBool("pet-entity.enabled")) { return }