updated clean up helper doom resetting

This commit is contained in:
Chr1Z93 2024-10-29 13:45:34 +01:00
parent 808b6c45d2
commit 9b90d58e57

View File

@ -175,7 +175,7 @@ function resetDoomCounter()
-- reset subtractDoom setting
local doomInPlayCounter = guidReferenceApi.getObjectByOwnerAndType("Mythos", "DoomInPlayCounter")
if doomInPlayCounter ~= nil then
doomInPlayCounter.call("toggleSubtractDoom", true)
doomInPlayCounter.call("toggleSubtractDoom", false)
end
end