diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/config/ServerConfig.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/config/ServerConfig.kt index 64766db67..0687260bb 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/config/ServerConfig.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/config/ServerConfig.kt @@ -83,5 +83,5 @@ object ServerConfig : AbstractConfig("misc") { val WITHER_SKELETON_SWORD_CHANCE: Double by builder .comment("Chance of Wither Skeleton spawning with Withered Steel sword") - .defineInRange("WITHER_SKELETON_HELMET_CHANCE", 0.24, 0.0, 1.0) + .defineInRange("WITHER_SKELETON_SWORD_CHANCE", 0.24, 0.0, 1.0) }