aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorlbsa712007-12-06 14:08:22 +0000
committerlbsa712007-12-06 14:08:22 +0000
commit395637acddca473380d09ba23acc3b6db0814e75 (patch)
treedcf1889423fc957ba0eedea918a15514eb543562 /OpenSim/Region/Environment/Scenes
parentFixed conversation bug in InventoryConfig (diff)
downloadopensim-SC_OLD-395637acddca473380d09ba23acc3b6db0814e75.zip
opensim-SC_OLD-395637acddca473380d09ba23acc3b6db0814e75.tar.gz
opensim-SC_OLD-395637acddca473380d09ba23acc3b6db0814e75.tar.bz2
opensim-SC_OLD-395637acddca473380d09ba23acc3b6db0814e75.tar.xz
* now the throttle timer is stopped whilst processing Queue so that it won't fire twice
* started to refactored throttling method * some code convention refactorings
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 40de870..29a8219 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -396,6 +396,7 @@ namespace OpenSim.Region.Environment.Scenes
396 module.Close(); 396 module.Close();
397 } 397 }
398 } 398 }
399
399 Modules.Clear(); 400 Modules.Clear();
400 401
401 base.Close(); 402 base.Close();