fixed class namespace not existing
This commit is contained in:
parent
458f13c61e
commit
52fdebfcdb
10
init.lua
10
init.lua
@ -1,8 +1,8 @@
|
|||||||
local path = minetest.get_modpath("mtul_class")
|
|
||||||
dofile(path.."/proxy_table.lua")
|
|
||||||
dofile(path.."/new_class.lua")
|
|
||||||
|
|
||||||
if not mtul then
|
if not mtul then
|
||||||
mtul = {}
|
mtul = {}
|
||||||
end
|
end
|
||||||
mtul.class = {}
|
mtul.class = {}
|
||||||
|
|
||||||
|
local path = minetest.get_modpath("mtul_class")
|
||||||
|
dofile(path.."/proxy_table.lua")
|
||||||
|
dofile(path.."/new_class.lua")
|
Loading…
x
Reference in New Issue
Block a user