fixed class namespace not existing

This commit is contained in:
FatalErr42O 2024-06-26 21:18:42 -07:00
parent 75cdb45a52
commit 458f13c61e

View File

@ -1,3 +1,8 @@
local path = minetest.get_modpath("mtul_class")
dofile(path.."/proxy_table.lua")
dofile(path.."/new_class.lua")
dofile(path.."/new_class.lua")
if not mtul then
mtul = {}
end
mtul.class = {}