Fix dir_delim move

This commit is contained in:
Lars Mueller 2021-11-06 18:38:08 +01:00
parent 5cf756245b
commit 6937b6782c

@ -135,6 +135,9 @@ modlib = setmetatable({
end
})
-- Force load file module to pass dir_delim & to set concat_path
modlib.file = assert(loadfile(get_resource"file.lua"))(dir_delim)
modlib.file.concat_path = concat_path
if minetest then
modlib.mod = dofile(get_resource(modlib.modname, "mod.lua"))