mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-10 00:01:27 +02:00
Fix crash when shooting crystals with rocket arrow
This commit is contained in:
@ -20,6 +20,7 @@ end
|
||||
|
||||
local function damage_explosion(self, damagemulitplier)
|
||||
local p = self.object:get_pos()
|
||||
if not p then return end
|
||||
mcl_explosions.explode(p, 3, {})
|
||||
local objects = minetest.get_objects_inside_radius(p, 8)
|
||||
for _,obj in pairs(objects) do
|
||||
|
Reference in New Issue
Block a user