Let the initiator of a teleport or crossing know that we handle extra

wearables
0.8.2-post-fixes
Melanie Thielker 2015-10-20 00:58:16 +02:00
parent a7f42ea8f1
commit 4fd48ae8b3
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ namespace OpenSim.Server.Handlers.Simulation
resp["success"] = OSD.FromBoolean(result);
resp["reason"] = OSD.FromString(reason);
resp["version"] = OSD.FromString(version);
resp["variable_wearables_count_supported"] = OSD.FromBoolean(true);
OSDArray featuresWanted = new OSDArray();
foreach (UUID feature in features)