Add Alcatraz to Lua Config & Start parameters
This commit is contained in:
@@ -86,6 +86,8 @@ function modifyLuaConfig(filePath)
|
||||
lines[i] = "setglobal('buffalo_gen', \"origin\")"
|
||||
elseif line:find("setglobal%('mactan_gen',") then
|
||||
lines[i] = "setglobal('mactan_gen', \"origin\")"
|
||||
elseif line:find("setglobal%('alcatraz_gen',") then
|
||||
lines[i] = "setglobal('alcatraz_gen', \"origin\")"
|
||||
elseif line:find("setglobal%('kyoto_gen',") then
|
||||
lines[i] = "setglobal('kyoto_gen', \"origin\")"
|
||||
elseif line:find("setglobal%('ainu_gen',") then
|
||||
|
||||
Reference in New Issue
Block a user