Now showing friends online upon grid login.

This commit is contained in:
Diva Canto
2010-02-26 10:35:23 -08:00
parent 2af7577fab
commit bbb43f9bde
5 changed files with 17 additions and 6 deletions

View File

@@ -227,7 +227,10 @@ namespace OpenSim.Server.Handlers.Presence
string[] userIDs;
if (!request.ContainsKey("uuids"))
{
m_log.DebugFormat("[PRESENCE HANDLER]: GetAgents called without required uuids argument");
return FailureResult();
}
if (!(request["uuids"] is List<string>))
{