diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs index 7a4ec57..0c55c2e 100644 --- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | |||
@@ -486,6 +486,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
486 | return friendsOnline; | 486 | return friendsOnline; |
487 | } | 487 | } |
488 | 488 | ||
489 | [Obsolete] | ||
489 | public List<UUID> GetOnlineFriends(UUID userID, List<string> friends) | 490 | public List<UUID> GetOnlineFriends(UUID userID, List<string> friends) |
490 | { | 491 | { |
491 | Hashtable hash = new Hashtable(); | 492 | Hashtable hash = new Hashtable(); |