mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Merge branch 'luafiles-srb2home' into 'master'
Open lua files in srb2home See merge request KartKrew/Kart-Public!234
This commit is contained in:
commit
2d7590ed39
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ static int io_open (lua_State *L) {
|
|||
return pushresult(L,0,filename);
|
||||
}
|
||||
|
||||
destFilename = va("luafiles"PATHSEP"%s", filename);
|
||||
destFilename = va("%s"PATHSEP"luafiles"PATHSEP"%s", srb2home, filename);
|
||||
|
||||
// Make directories as needed
|
||||
splitter = destFilename;
|
||||
|
|
Loading…
Reference in a new issue