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

0.7-release
Melanie 2010-06-30 21:25:39 +01:00
parent 21bcca4c6b
commit b3ce5ffc11
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