fixed class namespace not existing
This commit is contained in:
parent
458f13c61e
commit
52fdebfcdb
8
init.lua
8
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
|
||||
mtul = {}
|
||||
end
|
||||
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