Should not commit without compiling
parent
46fea74726
commit
49fbe0ddb4
|
@ -543,7 +543,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
m_parentScene.SendAttachEvent(group.LocalId, itemID, UUID.Zero);
|
m_parentScene.SendAttachEvent(group.LocalId, itemID, UUID.Zero);
|
||||||
bool hasScripts = false;
|
bool hasScripts = false;
|
||||||
foreach (SceneObjectPart part in group.Children)
|
foreach (SceneObjectPart part in group.Children.Values)
|
||||||
{
|
{
|
||||||
if (part.Inventory.ContainsScripts())
|
if (part.Inventory.ContainsScripts())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue