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() } }) }