Add explicit CultureInfo to the script compile thread in DotNetEngine to
ensure that scripts will compile on nonenglish systems
This commit is contained in:
@@ -63,6 +63,9 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
|
||||
public EventQueueThreadClass()//EventQueueManager eqm
|
||||
{
|
||||
CultureInfo USCulture = new CultureInfo("en-US");
|
||||
Thread.CurrentThread.CurrentCulture = USCulture;
|
||||
|
||||
//eventQueueManager = eqm;
|
||||
ReadConfig();
|
||||
Start();
|
||||
|
||||
Reference in New Issue
Block a user