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");