Plumb the special VeriableWearablesSuported field which we will

temporarily use to determine extended wearableness
This commit is contained in:
Melanie Thielker
2015-11-01 01:15:31 +01:00
parent efcf0e4f2e
commit 6510ba8a64
2 changed files with 4 additions and 0 deletions

View File

@@ -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