mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
tttarget: add tttarget unitframe and config
This commit is contained in:
+1
-1
@@ -1187,7 +1187,7 @@ function pfUI.uf:RefreshUnit(unit, component)
|
||||
local component = component or ""
|
||||
|
||||
-- don't update scanner activity
|
||||
if unit.label == "target" or unit.label == "targettarget" then
|
||||
if unit.label == "target" or unit.label == "targettarget" or unit.label == "targettargettarget" then
|
||||
if pfScanActive == true then return end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user