mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Prepend srb2home to luafiles
This commit is contained in:
parent
1208a81429
commit
1c35df36ac
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…
Add table
Reference in a new issue