Let the initiator of a teleport or crossing know that we handle extra
wearables0.8.2-post-fixes
parent
a7f42ea8f1
commit
4fd48ae8b3
|
@ -173,6 +173,7 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||||
resp["success"] = OSD.FromBoolean(result);
|
resp["success"] = OSD.FromBoolean(result);
|
||||||
resp["reason"] = OSD.FromString(reason);
|
resp["reason"] = OSD.FromString(reason);
|
||||||
resp["version"] = OSD.FromString(version);
|
resp["version"] = OSD.FromString(version);
|
||||||
|
resp["variable_wearables_count_supported"] = OSD.FromBoolean(true);
|
||||||
|
|
||||||
OSDArray featuresWanted = new OSDArray();
|
OSDArray featuresWanted = new OSDArray();
|
||||||
foreach (UUID feature in features)
|
foreach (UUID feature in features)
|
||||||
|
|
Loading…
Reference in New Issue