Skip to content
Snippets Groups Projects
Commit 819bced8 authored by BuckarooBanzay's avatar BuckarooBanzay
Browse files

return result from overridden call

parent fa079b52
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,6 @@ minetest.override_item("bones:bones", {
meta:set_string("_owner", meta:get_string("owner"))
-- call original function
bones_on_timer(pos, elapsed)
return bones_on_timer(pos, elapsed)
end
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment