Merge branch 'master' into avinationmerge

This commit is contained in:
UbitUmarov
2015-11-01 04:12:17 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -346,6 +346,8 @@ namespace OpenSim.Services.Connectors.Simulation
ctx.OutboundVersion = float.Parse(parts[1]);
}
}
if (data.ContainsKey("variable_wearables_count_supported"))
ctx.VariableWearablesSupported = true;
m_log.DebugFormat(
"[REMOTE SIMULATION CONNECTOR]: QueryAccess to {0} returned {1}, reason {2}, version {3}/{4}",