aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorroot2009-12-22 03:25:09 +0100
committerroot2009-12-22 03:25:09 +0100
commit46fea747265574bb056b8d1ffa189ec3725a7abc (patch)
treedbd391cd906593a8e74463fac5809da0986afb04 /OpenSim/Region
parentAllow 100ms for scripts to run attach(NULL_KEY) on detach (diff)
downloadopensim-SC_OLD-46fea747265574bb056b8d1ffa189ec3725a7abc.zip
opensim-SC_OLD-46fea747265574bb056b8d1ffa189ec3725a7abc.tar.gz
opensim-SC_OLD-46fea747265574bb056b8d1ffa189ec3725a7abc.tar.bz2
opensim-SC_OLD-46fea747265574bb056b8d1ffa189ec3725a7abc.tar.xz
Jumped the gun...
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
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;