Merge pull request #970 from YumiWhellie/main

fix for cleanup helper changing doomSubtractMode
This commit is contained in:
Chr1Z 2024-11-08 22:33:27 +01:00 committed by GitHub
commit d533aa1c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ end
function toggleSubtractDoom(override)
local previousState = subtractDoom
if override then
if override ~= nil then
subtractDoom = override
else
subtractDoom = not subtractDoom