mirror of
https://github.com/minetest-mods/digtron.git
synced 2025-01-03 09:37:27 +01:00
execute_downward_dig_cycle: Add missing parameter (#45)
This commit is contained in:
parent
e09f1b9f56
commit
d41190a842
@ -532,7 +532,7 @@ digtron.execute_downward_dig_cycle = function(pos, clicker)
|
||||
local target = minetest.get_node(location.pos)
|
||||
local targetdef = minetest.registered_nodes[target.name]
|
||||
if targetdef.damage_creatures ~= nil then
|
||||
targetdef.damage_creatures(clicker, location.pos, controlling_coordinate)
|
||||
targetdef.damage_creatures(clicker, location.pos, controlling_coordinate, items_dropped)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user