Should not commit without compiling

avinationmerge
root 2009-12-22 03:26:47 +01:00
parent 46fea74726
commit 49fbe0ddb4
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ namespace OpenSim.Region.Framework.Scenes
{
m_parentScene.SendAttachEvent(group.LocalId, itemID, UUID.Zero);
bool hasScripts = false;
foreach (SceneObjectPart part in group.Children)
foreach (SceneObjectPart part in group.Children.Values)
{
if (part.Inventory.ContainsScripts())
{