Allow plugins to register a callback to run when they are opened from the options panel
This commit is contained in:
@@ -517,7 +517,7 @@ function segmentClass:resetar()
|
||||
wipe(Details.cache_healing_group)
|
||||
Details:UpdateParserGears()
|
||||
|
||||
if (not InCombatLockdown() and not UnitAffectingCombat("player") and false) then
|
||||
if (not InCombatLockdown() and not UnitAffectingCombat("player")) then
|
||||
--workarround for the "script run too long" issue while outside the combat lockdown
|
||||
local cleargarbage = function()
|
||||
collectgarbage()
|
||||
|
||||
Reference in New Issue
Block a user