mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
try improve profiles online indication a bit more
This commit is contained in:
@@ -96,5 +96,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
void IsNowRoot(ScenePresence sp);
|
||||
bool SendFriendsOnlineIfNeeded(IClientAPI client);
|
||||
bool IsFriendOnline(UUID userID, UUID friendID);
|
||||
void CacheFriendsOnline(UUID userID, List<UUID> friendsOnline, bool online);
|
||||
void CacheFriendOnline(UUID userID, UUID friendOnline, bool online);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user