errr use invariantculture compare not current
parent
186e9e2838
commit
68b0d9f31d
|
@ -761,7 +761,7 @@ namespace OpenSim.Services.LLLoginService
|
||||||
//find a exact match
|
//find a exact match
|
||||||
foreach(GridRegion r in regions)
|
foreach(GridRegion r in regions)
|
||||||
{
|
{
|
||||||
if(string.Equals(regionName, r.RegionName, StringComparison.CurrentCultureIgnoreCase))
|
if(string.Equals(regionName, r.RegionName, StringComparison.InvariantCultureIgnoreCase))
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
// else, whatever
|
// else, whatever
|
||||||
|
|
Loading…
Reference in New Issue