mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Correct an odd merge anomaly
This commit is contained in:
@@ -471,7 +471,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
|
||||
for (int x = 0; x < friendSessions.GetLength(0); x++)
|
||||
{
|
||||
PresenceInfo friendSession = PresenceInfo.GetOnlinePresence(friendSessions);
|
||||
PresenceInfo friendSession = friendSessions[x];
|
||||
if (friendSession != null)
|
||||
{
|
||||
GridRegion region = GridService.GetRegionByUUID(m_Scenes[0].RegionInfo.ScopeID, friendSession.RegionID);
|
||||
|
||||
Reference in New Issue
Block a user