From 177125a6160f447d8d8af98bb339392882d2b044 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 29 Sep 2023 21:25:12 -0400 Subject: [PATCH] Fixed #9116 --- core/src/mindustry/logic/LExecutor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/logic/LExecutor.java b/core/src/mindustry/logic/LExecutor.java index e32c0b9afa..300b5e721b 100644 --- a/core/src/mindustry/logic/LExecutor.java +++ b/core/src/mindustry/logic/LExecutor.java @@ -1625,6 +1625,7 @@ public class LExecutor{ this.air = air; this.ground = ground; this.pierce = pierce; + this.effect = effect; } public ExplosionI(){