test a change to TP protocol

This commit is contained in:
UbitUmarov
2019-01-14 17:25:32 +00:00
parent 8bb644159e
commit 31ec5dde45
2 changed files with 39 additions and 37 deletions

View File

@@ -85,8 +85,8 @@ namespace OpenSim
/// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
/// </remarks>
public readonly static float SimulationServiceVersionAcceptedMin = 0.3f;
public readonly static float SimulationServiceVersionAcceptedMax = 0.6f;
public readonly static float SimulationServiceVersionAcceptedMax = 0.7f;
public readonly static float SimulationServiceVersionSupportedMin = 0.3f;
public readonly static float SimulationServiceVersionSupportedMax = 0.6f;
public readonly static float SimulationServiceVersionSupportedMax = 0.7f;
}
}