Let the initiator of a teleport or crossing know that we handle extra
wearablesavinationmerge
parent
06d2508b96
commit
2b437f8d86
|
@ -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