Fix lua namespace regression
This commit is contained in:
parent
bc38fcb471
commit
06b2f6d917
|
@ -9,7 +9,7 @@
|
||||||
print = core.debug
|
print = core.debug
|
||||||
math.randomseed(os.time())
|
math.randomseed(os.time())
|
||||||
os.setlocale("C", "numeric")
|
os.setlocale("C", "numeric")
|
||||||
minetest = core
|
multicraft = core
|
||||||
|
|
||||||
-- Load other files
|
-- Load other files
|
||||||
local scriptdir = core.get_builtin_path()..DIR_DELIM
|
local scriptdir = core.get_builtin_path()..DIR_DELIM
|
||||||
|
|
Loading…
Reference in New Issue