Fix the XMREngine not starting scripts on region startup. Turns out it

was a dumb merge artefact that caused it.
This commit is contained in:
Melanie Thielker
2010-07-25 21:55:31 +02:00
parent 8e137e31cd
commit 3e97b3ae33

View File

@@ -210,11 +210,6 @@ namespace OpenSim.Region.Framework.Scenes
if ((int)InventoryType.LSL == item.InvType)
{
CreateScriptInstance(item, startParam, postOnRez, engine, stateSource);
if ((int)InventoryType.LSL == item.InvType)
{
CreateScriptInstance(item, startParam, postOnRez, engine, stateSource);
Thread.Sleep(10); // workaround for Mono cpu utilization > 100% bug
}
}
}
}