diff options
author | Melanie Thielker | 2015-11-01 01:15:31 +0100 |
---|---|---|
committer | Melanie Thielker | 2015-11-01 01:15:31 +0100 |
commit | 6510ba8a646fecf54ecd6ac735a08bf661cc5b6d (patch) | |
tree | 9e32de715a617acad382e8ee79d7ba67c59fb422 /OpenSim/Services/Connectors | |
parent | Minor: Add an initializer to show what the default value would be. (diff) | |
download | opensim-SC_OLD-6510ba8a646fecf54ecd6ac735a08bf661cc5b6d.zip opensim-SC_OLD-6510ba8a646fecf54ecd6ac735a08bf661cc5b6d.tar.gz opensim-SC_OLD-6510ba8a646fecf54ecd6ac735a08bf661cc5b6d.tar.bz2 opensim-SC_OLD-6510ba8a646fecf54ecd6ac735a08bf661cc5b6d.tar.xz |
Plumb the special VeriableWearablesSuported field which we will
temporarily use to determine extended wearableness
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index b93088a..cea870b 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -345,6 +345,8 @@ namespace OpenSim.Services.Connectors.Simulation | |||
345 | ctx.OutboundVersion = float.Parse(parts[1]); | 345 | ctx.OutboundVersion = float.Parse(parts[1]); |
346 | } | 346 | } |
347 | } | 347 | } |
348 | if (data.ContainsKey("variable_wearables_count_supported")) | ||
349 | ctx.VariableWearablesSupported = true; | ||
348 | 350 | ||
349 | m_log.DebugFormat( | 351 | m_log.DebugFormat( |
350 | "[REMOTE SIMULATION CONNECTOR]: QueryAccess to {0} returned {1}, reason {2}, version {3}/{4}", | 352 | "[REMOTE SIMULATION CONNECTOR]: QueryAccess to {0} returned {1}, reason {2}, version {3}/{4}", |