From 339e47adbdb6d4506cca1d022b13662ea0cf15ef Mon Sep 17 00:00:00 2001 From: shagu Date: Fri, 8 Sep 2017 17:19:02 +0200 Subject: [PATCH] unitframes: remove redundant line --- api/unitframes.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/unitframes.lua b/api/unitframes.lua index 5294636a..91642897 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -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