From bc5ad7f37be08f95cfd767c7f710b34507a77f21 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Fri, 14 Mar 2025 19:47:13 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=B8=D0=BF=D1=8F=D1=82=D0=BE=D1=87?= =?UTF-8?q?=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/ru/dbotthepony/mc/otm/config/ServerConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }