mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Set wearables count to max legacy wearables for version < 0.4
This commit is contained in:
@@ -392,6 +392,11 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
foreach (OSD o in array)
|
||||
featuresAvailable.Add(new UUID(o.AsString()));
|
||||
}
|
||||
|
||||
// Version stuff
|
||||
if (ctx.OutboundVersion < 0.4)
|
||||
ctx.WearablesCount = AvatarWearable.LEGACY_VERSION_MAX_WEARABLES;
|
||||
|
||||
return success;
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user