diff options
author | root | 2009-12-22 03:26:47 +0100 |
---|---|---|
committer | root | 2009-12-22 03:26:47 +0100 |
commit | 49fbe0ddb429b8625682255bf0cafa9ea93d274a (patch) | |
tree | edaa4d9479fea0a35fc8790abf37b24155338dc0 /OpenSim/Region/Framework/Scenes | |
parent | Jumped the gun... (diff) | |
download | opensim-SC_OLD-49fbe0ddb429b8625682255bf0cafa9ea93d274a.zip opensim-SC_OLD-49fbe0ddb429b8625682255bf0cafa9ea93d274a.tar.gz opensim-SC_OLD-49fbe0ddb429b8625682255bf0cafa9ea93d274a.tar.bz2 opensim-SC_OLD-49fbe0ddb429b8625682255bf0cafa9ea93d274a.tar.xz |
Should not commit without compiling
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index fadeaf4..b0fb8b3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -543,7 +543,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
543 | { | 543 | { |
544 | m_parentScene.SendAttachEvent(group.LocalId, itemID, UUID.Zero); | 544 | m_parentScene.SendAttachEvent(group.LocalId, itemID, UUID.Zero); |
545 | bool hasScripts = false; | 545 | bool hasScripts = false; |
546 | foreach (SceneObjectPart part in group.Children) | 546 | foreach (SceneObjectPart part in group.Children.Values) |
547 | { | 547 | { |
548 | if (part.Inventory.ContainsScripts()) | 548 | if (part.Inventory.ContainsScripts()) |
549 | { | 549 | { |