Fix scripts in rezzed objects not starting (Mantis #4775)

soprefactor
Melanie 2010-06-30 21:25:39 +01:00
parent 9ff5868910
commit 4f6e4c7b5b
1 changed files with 5 additions and 0 deletions

View File

@ -488,6 +488,11 @@ namespace OpenSim.Region.ScriptEngine.XEngine
if (stateSource == (int)StateSource.ScriptedRez)
{
lock (m_CompileDict)
{
m_CompileDict[itemID] = 0;
}
DoOnRezScript(parms);
}
else