diff options
author | root | 2009-12-22 03:25:09 +0100 |
---|---|---|
committer | root | 2009-12-22 03:25:09 +0100 |
commit | 46fea747265574bb056b8d1ffa189ec3725a7abc (patch) | |
tree | dbd391cd906593a8e74463fac5809da0986afb04 | |
parent | Allow 100ms for scripts to run attach(NULL_KEY) on detach (diff) | |
download | opensim-SC-46fea747265574bb056b8d1ffa189ec3725a7abc.zip opensim-SC-46fea747265574bb056b8d1ffa189ec3725a7abc.tar.gz opensim-SC-46fea747265574bb056b8d1ffa189ec3725a7abc.tar.bz2 opensim-SC-46fea747265574bb056b8d1ffa189ec3725a7abc.tar.xz |
Jumped the gun...
-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; |