tbc: whitelist player and target frame

This commit is contained in:
shagu
2019-04-14 14:48:54 +02:00
parent 3069c2626e
commit 886284a84f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pfUI:RegisterModule("player", function ()
pfUI:RegisterModule("player", 20400, function ()
-- do not go further on disabled UFs
if C.unitframes.disable == "1" then return end
+1 -1
View File
@@ -1,4 +1,4 @@
pfUI:RegisterModule("target", function ()
pfUI:RegisterModule("target", 20400, function ()
-- do not go further on disabled UFs
if C.unitframes.disable == "1" then return end