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:
parent
272cd207b7
commit
0ccbc283ad
2 changed files with 14 additions and 11 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue