unitframes: remove redundant line

This commit is contained in:
shagu
2017-09-08 17:19:02 +02:00
parent 0765129826
commit 339e47adbd
-2
View File
@@ -539,8 +539,6 @@ function pfUI.uf:RefreshUnit(unit, component)
local component = component or ""
-- break early on misconfigured UF's
if not unit.label then return end
if unit.label == "target" or unit.label == "targettarget" then
if pfScanActive == true then return end
end