fix compilation of mrm scripts using microthreaded parmeter Thanks ziahmysql-performance
parent
627df50646
commit
4c1365f149
|
@ -116,7 +116,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||||
|
|
||||||
static string ConvertMRMKeywords(string script)
|
static string ConvertMRMKeywords(string script)
|
||||||
{
|
{
|
||||||
script = script.Replace("microthreaded void ", "IEnumerable");
|
script = script.Replace("microthreaded void", "IEnumerable");
|
||||||
script = script.Replace("relax;", "yield return null;");
|
script = script.Replace("relax;", "yield return null;");
|
||||||
|
|
||||||
return script;
|
return script;
|
||||||
|
|
Loading…
Reference in New Issue