from retail
This commit is contained in:
@@ -232,6 +232,12 @@ local function modify(parent, region, data)
|
||||
region.subRegionEvents:RemoveSubscriber("TimerTick", region)
|
||||
end
|
||||
|
||||
if FrameTick then
|
||||
region.subRegionEvents:AddSubscriber("FrameTick", region)
|
||||
else
|
||||
region.subRegionEvents:RemoveSubscriber("FrameTick", region)
|
||||
end
|
||||
|
||||
if not UpdateText then
|
||||
local textStr = data.displayText
|
||||
textStr = textStr:gsub("\\n", "\n");
|
||||
|
||||
Reference in New Issue
Block a user