fixed class namespace not existing

This commit is contained in:
FatalErr42O 2024-06-26 21:19:24 -07:00
parent 458f13c61e
commit 52fdebfcdb

View File

@ -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")