And some more rez modes that weren't covered before

avinationmerge
Melanie Thielker 2010-04-19 12:54:33 +02:00
parent efa7873ae1
commit 1667a29c88
1 changed files with 2 additions and 0 deletions

View File

@ -1281,6 +1281,7 @@ namespace OpenSim.Region.Framework.Scenes
// "Rezzed script {0} into prim local ID {1} for user {2}",
// item.inventoryName, localID, remoteClient.Name);
part.GetProperties(remoteClient);
part.ParentGroup.ResumeScripts();
}
else
{
@ -1350,6 +1351,7 @@ namespace OpenSim.Region.Framework.Scenes
part.GetProperties(remoteClient);
part.Inventory.CreateScriptInstance(taskItem, 0, false, DefaultScriptEngine, 0);
part.ParentGroup.ResumeScripts();
}
}