mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
errr use invariantculture compare not current
This commit is contained in:
@@ -761,7 +761,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
//find a exact match
|
||||
foreach(GridRegion r in regions)
|
||||
{
|
||||
if(string.Equals(regionName, r.RegionName, StringComparison.CurrentCultureIgnoreCase))
|
||||
if(string.Equals(regionName, r.RegionName, StringComparison.InvariantCultureIgnoreCase))
|
||||
return r;
|
||||
}
|
||||
// else, whatever
|
||||
|
||||
Reference in New Issue
Block a user