mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
More plumbing on agent states
This commit is contained in:
@@ -356,6 +356,17 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
featuresAvailable.Clear();
|
||||
|
||||
if (result.ContainsKey("features"))
|
||||
{
|
||||
OSDArray array = (OSDArray)result["features"];
|
||||
|
||||
foreach (OSD o in array)
|
||||
featuresAvailable.Add(new UUID(o.AsString()));
|
||||
}
|
||||
|
||||
return success;
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user