mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 01:46:03 +00:00
nameplates: only access frame if name is defined
This commit is contained in:
@@ -47,7 +47,7 @@ pfUI:RegisterModule("nameplates", function ()
|
||||
if NAMEPLATE_OBJECTORDER[i] == "_" then
|
||||
frame.Show = function() return end
|
||||
frame:Hide()
|
||||
else
|
||||
elseif NAMEPLATE_OBJECTORDER[i] then
|
||||
this[NAMEPLATE_OBJECTORDER[i]] = frame
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user