aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index e7544b5..8b4518c 100644
--- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
+++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
@@ -173,6 +173,7 @@ namespace OpenSim.Server.Handlers.Simulation
173 resp["success"] = OSD.FromBoolean(result); 173 resp["success"] = OSD.FromBoolean(result);
174 resp["reason"] = OSD.FromString(reason); 174 resp["reason"] = OSD.FromString(reason);
175 resp["version"] = OSD.FromString(version); 175 resp["version"] = OSD.FromString(version);
176 resp["variable_wearables_count_supported"] = OSD.FromBoolean(true);
176 177
177 OSDArray featuresWanted = new OSDArray(); 178 OSDArray featuresWanted = new OSDArray();
178 foreach (UUID feature in features) 179 foreach (UUID feature in features)