1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

move dings test code out of builtin

This commit is contained in:
Desour 2025-03-24 12:47:50 +01:00
parent 272cd207b7
commit 0ccbc283ad
2 changed files with 14 additions and 11 deletions

View file

@ -20,14 +20,3 @@ assert(loadfile(commonpath .. "register.lua"))(builtin_shared)
assert(loadfile(mypath .. "register.lua"))(builtin_shared)
dofile(commonpath .. "after.lua")
-- TODO: tmp
local function dings()
print(dump(core.get_node_or_nil(vector.zero())))
core.after(1, dings)
end
--~ core.after(0, dings)
print(core.get_current_modname())