Skip to content

Commit 5376a2f

Browse files
author
nitrocaster
committed
gulag_general.script: remove mistyped backslash.
New luajit treats it as invalid escape sequence and causes crash.
1 parent 8940276 commit 5376a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/gamedata/scripts/gulag_general.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ local job_type_by_scheme = {
885885
function add_exclusive_job(sect, work_field, smart_ini, job_table)
886886
local work = utils.cfg_get_string(smart_ini, sect, work_field, nil, false, "")
887887
if work == nil then return end
888-
local ini_path = "\scripts\\"..work
888+
local ini_path = "scripts\\"..work
889889

890890
local fs = getFS()
891891
if fs:exist("$game_config$",ini_path) == nil then

0 commit comments

Comments
 (0)