9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 07:59:28 +00:00

Fixed none spawn method

This commit is contained in:
Will FP
2023-12-08 22:45:41 +00:00
parent 245add8f9d
commit 57220d5f7c

View File

@@ -7,7 +7,7 @@ import com.willfp.ecomobs.category.spawning.SpawnMethod
import com.willfp.ecomobs.category.spawning.SpawnMethodFactory
import com.willfp.libreforge.ViolationContext
object SpawnMethodFactoryNone : SpawnMethodFactory("replace") {
object SpawnMethodFactoryNone : SpawnMethodFactory("none") {
override fun create(
category: MobCategory,
config: Config,