From 6510ba8a646fecf54ecd6ac735a08bf661cc5b6d Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 1 Nov 2015 01:15:31 +0100 Subject: Plumb the special VeriableWearablesSuported field which we will temporarily use to determine extended wearableness --- OpenSim/Services/Interfaces/ISimulationService.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Services/Interfaces') diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs index 089507e..8a25509 100644 --- a/OpenSim/Services/Interfaces/ISimulationService.cs +++ b/OpenSim/Services/Interfaces/ISimulationService.cs @@ -40,10 +40,12 @@ namespace OpenSim.Services.Interfaces { InboundVersion = VersionInfo.SimulationServiceVersionAcceptedMax; OutboundVersion = VersionInfo.SimulationServiceVersionSupportedMax; + VariableWearablesSupported = false; } public float InboundVersion { get; set; } public float OutboundVersion { get; set; } + public bool VariableWearablesSupported { get; set; } } public interface ISimulationService -- cgit v1.1