mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
make sure Culture is right on some spots
This commit is contained in:
@@ -347,8 +347,8 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
String[] parts = versionString.Split(new char[] {'/'});
|
||||
if (parts.Length > 1)
|
||||
{
|
||||
ctx.InboundVersion = float.Parse(parts[1]);
|
||||
ctx.OutboundVersion = float.Parse(parts[1]);
|
||||
ctx.InboundVersion = float.Parse(parts[1], Culture.FormatProvider);
|
||||
ctx.OutboundVersion = float.Parse(parts[1], Culture.FormatProvider);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user