mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
* With Grid Comms up in the air.. I decided have the friends module update you when your friends come online if they're at least a child agent on the sim. offline status works the same also. So does Instant Message.
* This is until Grid Comms matures a bit more on this. * This should also work in Standalone as it uses the IUserData interface.
This commit is contained in:
@@ -2145,8 +2145,15 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_statsReporter.SetObjectCapacity(objects);
|
||||
}
|
||||
objectCapacity = objects;
|
||||
|
||||
}
|
||||
|
||||
public List<FriendListItem> GetFriendList(LLUUID avatarID)
|
||||
{
|
||||
return CommsManager.GetUserFriendList(avatarID);
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region Other Methods
|
||||
|
||||
Reference in New Issue
Block a user