diff options
author | UbitUmarov | 2015-10-31 12:57:14 +0000 |
---|---|---|
committer | UbitUmarov | 2015-10-31 12:57:14 +0000 |
commit | 1030d07f31516b303ddbb0c428f8f28419f3fa82 (patch) | |
tree | 6f36d19e1ae91ebbf6e2d9b2e0d6835fea11738c /OpenSim/Services | |
parent | let silly tests override version on local connections (diff) | |
download | opensim-SC_OLD-1030d07f31516b303ddbb0c428f8f28419f3fa82.zip opensim-SC_OLD-1030d07f31516b303ddbb0c428f8f28419f3fa82.tar.gz opensim-SC_OLD-1030d07f31516b303ddbb0c428f8f28419f3fa82.tar.bz2 opensim-SC_OLD-1030d07f31516b303ddbb0c428f8f28419f3fa82.tar.xz |
simplify new regions protocol version control. (May not work, and babies safety warnings still valid
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index 4dad517..9e800af 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -304,8 +304,8 @@ namespace OpenSim.Services.Connectors.Simulation | |||
304 | // New simulation service negotiation | 304 | // New simulation service negotiation |
305 | request.Add("simulation_service_supported_min", OSD.FromReal(VersionInfo.SimulationServiceVersionSupportedMin)); | 305 | request.Add("simulation_service_supported_min", OSD.FromReal(VersionInfo.SimulationServiceVersionSupportedMin)); |
306 | request.Add("simulation_service_supported_max", OSD.FromReal(VersionInfo.SimulationServiceVersionSupportedMax)); | 306 | request.Add("simulation_service_supported_max", OSD.FromReal(VersionInfo.SimulationServiceVersionSupportedMax)); |
307 | request.Add("simulation_service_accepted_min", OSD.FromReal(VersionInfo.SimulationServiceVersionAcceptedMin)); | 307 | // request.Add("simulation_service_accepted_min", OSD.FromReal(VersionInfo.SimulationServiceVersionAcceptedMin)); |
308 | request.Add("simulation_service_accepted_max", OSD.FromReal(VersionInfo.SimulationServiceVersionAcceptedMax)); | 308 | // request.Add("simulation_service_accepted_max", OSD.FromReal(VersionInfo.SimulationServiceVersionAcceptedMax)); |
309 | 309 | ||
310 | OSDArray features = new OSDArray(); | 310 | OSDArray features = new OSDArray(); |
311 | foreach (UUID feature in featuresAvailable) | 311 | foreach (UUID feature in featuresAvailable) |