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

wearables
0.8.1-post-fixes
Melanie Thielker 2015-10-20 00:58:16 +02:00
parent 7a9fbec3f5
commit b24e177aac
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,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);
// We must preserve defaults here, otherwise a false "success" will not be put into the JSON map!
responsedata["str_response_string"] = OSDParser.SerializeJsonString(resp, true);