mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 22:20:33 +00:00
small cleanup
This commit is contained in:
parent
a8dfcc25c7
commit
9c16c1fa63
2 changed files with 2 additions and 15 deletions
|
@ -49,7 +49,7 @@ workspace "re3"
|
|||
")" }
|
||||
|
||||
function setpaths (gamepath, exepath, scriptspath)
|
||||
scriptspath = scriptspath or "scripts/"
|
||||
scriptspath = scriptspath or ""
|
||||
if (gamepath) then
|
||||
cmdcopy = { "set \"path=" .. gamepath .. scriptspath .. "\"" }
|
||||
table.insert(cmdcopy, pbcommands)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue