add player to any callbacks when using mithril scythe

This commit is contained in:
TenPlus1 2019-03-31 20:33:03 +01:00
parent ee993f9d61
commit 15087a7352
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ minetest.register_tool("farming:scythe_mithril", {
-- Run script hook -- Run script hook
for _, callback in pairs(core.registered_on_dignodes) do for _, callback in pairs(core.registered_on_dignodes) do
callback(pos, node) callback(pos, node, placer)
end end
-- play sound -- play sound