-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
this correctly for us
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2414,6 +2414,7 @@ function CensusPlus_ProcessWhoResults(result, numWhoResults) | |
local tmpGldend = nil | ||
local relationship = nil | ||
if (CensusPlus_WHOPROCESSOR == CP_libwho) then | ||
if (result[i] == nil) then return end | ||
name = result[i].Name | ||
realm = CensusPlus_GetUniqueRealmName() | ||
guild = result[i].Guild | ||
|
@@ -3598,7 +3599,6 @@ function ManualWho() | |
}) | ||
WhoFrameEditBox:SetText(whoMsg) | ||
WhoFrameWhoButton:Click() | ||
WhoFrame:GetParent():Hide() | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Ceron257
Author
Contributor
|
||
end | ||
end | ||
end | ||
|
@Ceron257 Do you remember why you removed this line? Doesn't have it the potential to fix the issue with the whoframe randomly popping up on a manual who?