mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
raid: only display active frames
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ pfUI:RegisterModule("raid", function ()
|
||||
if name then
|
||||
for subindex = 1, 5 do
|
||||
ids = subindex + 5*(subgroup-1)
|
||||
if pfUI.uf.raid[ids].id == 0 then
|
||||
if pfUI.uf.raid[ids].id == 0 and pfUI.uf.raid[ids].visible == "1" then
|
||||
pfUI.uf.raid[ids].id = i
|
||||
pfUI.uf.raid[ids]:Show()
|
||||
pfUI.uf:RefreshUnit(pfUI.uf.raid[ids], "all")
|
||||
|
||||
Reference in New Issue
Block a user