Stack overflow that builds up over time...

This commit is contained in:
Aaron Suen 2019-09-14 17:09:13 -04:00
parent 222b511de2
commit 6e345816ad

View File

@ -54,6 +54,7 @@ local falling = {
end
local function helper(...)
minetest.add_item = oldadd
minetest.add_node = oldnode
return ...
end
return helper(bifn.on_step(...))