diff options
author | Melanie Thielker | 2015-10-20 00:58:16 +0200 |
---|---|---|
committer | Melanie Thielker | 2015-10-20 00:58:16 +0200 |
commit | 2b437f8d86201e26368636476f0523c0a39a990a (patch) | |
tree | c87b5083883e30ec82ba781bd6597de692118816 | |
parent | On to 0.8.3! (diff) | |
download | opensim-SC_OLD-2b437f8d86201e26368636476f0523c0a39a990a.zip opensim-SC_OLD-2b437f8d86201e26368636476f0523c0a39a990a.tar.gz opensim-SC_OLD-2b437f8d86201e26368636476f0523c0a39a990a.tar.bz2 opensim-SC_OLD-2b437f8d86201e26368636476f0523c0a39a990a.tar.xz |
Let the initiator of a teleport or crossing know that we handle extra
wearables
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 1 |
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) |