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

was a dumb merge artefact that caused it.
avinationmerge
Melanie Thielker 2010-07-25 21:55:31 +02:00
parent 8e137e31cd
commit 3e97b3ae33
1 changed files with 0 additions and 5 deletions

View File

@ -210,11 +210,6 @@ namespace OpenSim.Region.Framework.Scenes
if ((int)InventoryType.LSL == item.InvType) if ((int)InventoryType.LSL == item.InvType)
{ {
CreateScriptInstance(item, startParam, postOnRez, engine, stateSource); 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
}
} }
} }
} }