Skip to content
Snippets Groups Projects
Commit e3dd704b authored by DarkGod's avatar DarkGod
Browse files

Split tome team file into 3 files for easier packaging & update

parent 7f7c3128
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ function _M:loadDefinition(dir, team, incompatible)
if fs.exists(file) then
print("Mounting additional team file:", file)
local src = fs.getRealPath(file)
fs.mount(src, "/", false)
fs.mount(src, t[3], false)
end
end
end
......
......@@ -48,8 +48,8 @@ starter = "mod.load"
-- List of additional team files required
teams = {
{ "#name#-#version#-music.team", "optional", {"/data/music/"} },
{ "#name#-#version#-gfx-shockbolt.team", "optional", {"/data/gfx/shockbolt/"} },
{ "#name#-#version#-music.team", "optional", "/" },
{ "#name#-#version#-gfx.team", "optional", "/" },
}
show_funfacts = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment