mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Should not commit without compiling
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user