mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Now showing friends online upon grid login.
This commit is contained in:
@@ -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>))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user