Merge pull request #970 from YumiWhellie/main
fix for cleanup helper changing doomSubtractMode
This commit is contained in:
commit
d533aa1c9b
@ -41,7 +41,7 @@ end
|
||||
|
||||
function toggleSubtractDoom(override)
|
||||
local previousState = subtractDoom
|
||||
if override then
|
||||
if override ~= nil then
|
||||
subtractDoom = override
|
||||
else
|
||||
subtractDoom = not subtractDoom
|
||||
|
Loading…
Reference in New Issue
Block a user