1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
This commit is contained in:
Desour 2025-02-22 12:21:36 +01:00
parent 2a75ffa38a
commit 962742559f
8 changed files with 44 additions and 53 deletions

View file

@ -232,6 +232,14 @@ if core.set_read_node and core.set_push_node then
core.set_read_node = nil
local function push_node(content, param1, param2)
if false then -- TODO: tmp
print(dump(debug.traceback()))
--~ error()
for i = 0, 10 do
print("i="..i)
print(dump(debug.getinfo(i)))
end
end
return {name = content2name[content], param1 = param1, param2 = param2}
end
core.set_push_node(push_node)