Fix lua namespace regression

master
OttoLidenbrock 2015-05-02 22:07:33 +10:00
parent bc38fcb471
commit 06b2f6d917
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
print = core.debug
math.randomseed(os.time())
os.setlocale("C", "numeric")
minetest = core
multicraft = core
-- Load other files
local scriptdir = core.get_builtin_path()..DIR_DELIM