diff options
Jumped the gun...
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-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 e875525..fadeaf4 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -545,7 +545,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
545 | bool hasScripts = false; | 545 | bool hasScripts = false; |
546 | foreach (SceneObjectPart part in group.Children) | 546 | foreach (SceneObjectPart part in group.Children) |
547 | { | 547 | { |
548 | if (part..Inventory.ContainsScripts()) | 548 | if (part.Inventory.ContainsScripts()) |
549 | { | 549 | { |
550 | hasScripts = true; | 550 | hasScripts = true; |
551 | break; | 551 | break; |