mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
In XEngine.DoOnRezScript() use Culture.SetCurrentCulture() instead of constructing a new CultureInfo separately
This commit is contained in:
@@ -1018,8 +1018,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
|
||||
string assembly = "";
|
||||
|
||||
CultureInfo USCulture = new CultureInfo("en-US");
|
||||
Thread.CurrentThread.CurrentCulture = USCulture;
|
||||
Culture.SetCurrentCulture();
|
||||
|
||||
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> linemap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user