From 66333b050e56f27016e026f2b0c54dd968bbcdc3 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Wed, 12 Feb 2025 23:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=98=94=E5=89=91=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/atsuishio/superbwarfare/entity/ClaymoreEntity.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/ClaymoreEntity.java b/src/main/java/com/atsuishio/superbwarfare/entity/ClaymoreEntity.java index 72979dfa8..70c7ecf3d 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/ClaymoreEntity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/ClaymoreEntity.java @@ -196,9 +196,11 @@ public class ClaymoreEntity extends Entity implements GeoEntity, AnimatedEntity, } ModUtils.queueServerWork(1, () -> { - if (!level.isClientSide()) + if (!level.isClientSide()) { triggerExplode(); + } }); + break; } }