This commit is contained in:
TomTom
2022-11-29 16:19:51 +01:00
parent 56ddfeca39
commit f44ca8a7e3

View File

@@ -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
}