Change protocol version max to 0.6
parent
e37c4e878c
commit
41072259e4
|
@ -83,8 +83,8 @@ namespace OpenSim
|
||||||
/// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
/// - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public readonly static float SimulationServiceVersionAcceptedMin = 0.3f;
|
public readonly static float SimulationServiceVersionAcceptedMin = 0.3f;
|
||||||
public readonly static float SimulationServiceVersionAcceptedMax = 0.4f;
|
public readonly static float SimulationServiceVersionAcceptedMax = 0.6f;
|
||||||
public readonly static float SimulationServiceVersionSupportedMin = 0.3f;
|
public readonly static float SimulationServiceVersionSupportedMin = 0.3f;
|
||||||
public readonly static float SimulationServiceVersionSupportedMax = 0.4f;
|
public readonly static float SimulationServiceVersionSupportedMax = 0.6f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue