mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Let the initiator of a teleport or crossing know that we handle extra
wearables
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user