Merge branch 'argonui:main' into doom-helper
This commit is contained in:
commit
33aa7a730d
@ -422,7 +422,7 @@ end
|
|||||||
-- get value with respect to override value
|
-- get value with respect to override value
|
||||||
function getOptionValue()
|
function getOptionValue()
|
||||||
-- don't clean up playermats if playing a prelude from the list
|
-- don't clean up playermats if playing a prelude from the list
|
||||||
if preludeList[scenarioName] then
|
if scenarioName and preludeList[scenarioName] then
|
||||||
return false
|
return false
|
||||||
else
|
else
|
||||||
return options["tidyPlayermats"]
|
return options["tidyPlayermats"]
|
||||||
|
Loading…
Reference in New Issue
Block a user