Merge branch 'argonui:main' into doom-helper

This commit is contained in:
dscarpac 2024-08-30 03:35:56 -05:00 committed by GitHub
commit 33aa7a730d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]