Skip to content

Commit c2e5d68

Browse files
committed
fix: more secret errors in EnumerateFrames
1 parent 1cd80f5 commit c2e5d68

File tree

1 file changed

+1
-1
lines changed
  • Components/GroupModules/GroupModule_GroupPosition

1 file changed

+1
-1
lines changed

Components/GroupModules/GroupModule_GroupPosition/Config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Module:OnSuggest()
6767
local name = frame:GetName()
6868
if name
6969
and _G[name] == frame
70-
and frame:GetNumPoints() > 0
70+
and (issecretvalue(frame:GetNumPoints()) or frame:GetNumPoints() > 0)
7171
and not frame:IsForbidden()
7272
and (
7373
-- Don't measure secure frames because reading frame size can

0 commit comments

Comments
 (0)