From 61764a7b9bd4e5be7eafde4feb75cce3bcea4b15 Mon Sep 17 00:00:00 2001 From: leaftail1880 <110915645+leaftaul1880@users.noreply.github.com> Date: Sat, 31 Aug 2024 02:34:22 +0300 Subject: [PATCH] asdasda --- src/modules/pvp/fireball-and-ice-bomb.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/pvp/fireball-and-ice-bomb.ts b/src/modules/pvp/fireball-and-ice-bomb.ts index 10fce194..41029911 100644 --- a/src/modules/pvp/fireball-and-ice-bomb.ts +++ b/src/modules/pvp/fireball-and-ice-bomb.ts @@ -115,7 +115,6 @@ system.runInterval( } else if (water) { block.setWaterlogged(false) } - if (entity.isValid()) entity.remove() } }) }