1
0
Эх сурвалжийг харах

errr use invariantculture compare not current

UbitUmarov 5 жил өмнө
parent
commit
68b0d9f31d

+ 1 - 1
OpenSim/Services/LLLoginService/LLLoginService.cs

@@ -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