mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
librange: fix tbc variable load scoping
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ librange:RegisterEvent("PLAYER_ENTER_COMBAT")
|
||||
librange:RegisterEvent("PLAYER_LEAVE_COMBAT")
|
||||
librange:SetScript("OnEvent", function()
|
||||
-- disable range checking activities
|
||||
if C.unitframes.rangecheck == "0" or not spells[class] then
|
||||
if pfUI_config.unitframes.rangecheck == "0" or not spells[class] then
|
||||
this:Hide()
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user