From f28d5525bf53e42a9812a6b57ac7eb459ec16eb7 Mon Sep 17 00:00:00 2001 From: Atsuishio <842960157@qq.com> Date: Sat, 22 Mar 2025 02:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF=E6=96=B9?= =?UTF-8?q?=E5=9D=97=E7=A0=B4=E5=9D=8F=EF=BC=88=E6=81=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../atsuishio/superbwarfare/config/server/ExplosionConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/config/server/ExplosionConfig.java b/src/main/java/com/atsuishio/superbwarfare/config/server/ExplosionConfig.java index 22f85a220..6e90fe3d7 100644 --- a/src/main/java/com/atsuishio/superbwarfare/config/server/ExplosionConfig.java +++ b/src/main/java/com/atsuishio/superbwarfare/config/server/ExplosionConfig.java @@ -36,7 +36,7 @@ public class ExplosionConfig { EXPLOSION_PENETRATION_RATIO = builder.defineInRange("explosion_penetration_ratio", 15, 0, 100); builder.comment("Set true to allow Explosion to destroy blocks"); - EXPLOSION_DESTROY = builder.define("explosion_destroy", false); + EXPLOSION_DESTROY = builder.define("explosion_destroy", true); builder.push("RGO Grenade");