mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use "core" namespace internally
This commit is contained in:
parent
1cd512913e
commit
c4359ff65c
45 changed files with 812 additions and 843 deletions
|
@ -1,6 +1,5 @@
|
|||
engine.log("info", "Initializing Asynchronous environment")
|
||||
|
||||
local core = engine or minetest
|
||||
core.log("info", "Initializing Asynchronous environment")
|
||||
|
||||
function core.job_processor(serialized_func, serialized_param)
|
||||
local func = loadstring(serialized_func)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue