small cleanup

This commit is contained in:
ThirteenAG
2019-07-20 16:30:03 +03:00
parent a8dfcc25c7
commit 9c16c1fa63
2 changed files with 2 additions and 15 deletions

View File

@ -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)