HG minor bug fix and marked one method obsolete in UAS.

This commit is contained in:
Diva Canto
2011-12-16 08:48:29 -08:00
parent 8013c0d2f5
commit 7e4a2d69d5
3 changed files with 6 additions and 1 deletions

View File

@@ -486,6 +486,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
return friendsOnline;
}
[Obsolete]
public List<UUID> GetOnlineFriends(UUID userID, List<string> friends)
{
Hashtable hash = new Hashtable();