This commit is contained in:
Bunny67
2020-08-03 19:15:42 +03:00
parent 04138cd8e7
commit c459ad513e
4 changed files with 8 additions and 4 deletions
+5
View File
@@ -696,6 +696,11 @@ local function UpdateStateWithNoMatch(time, triggerStates, triggerInfo, cloneId,
changed = true
end
if state.tooltip or state.tooltip1 or state.tooltip2 or state.tooltip3 then
state.tooltip, state.tooltip1, state.tooltip2, state.tooltip3 = nil, nil, nil, nil
changed = true
end
if state.matchCount ~= matchCount then
state.matchCount = matchCount
changed = true