diff options
author | lbsa71 | 2007-12-06 14:08:22 +0000 |
---|---|---|
committer | lbsa71 | 2007-12-06 14:08:22 +0000 |
commit | 395637acddca473380d09ba23acc3b6db0814e75 (patch) | |
tree | dcf1889423fc957ba0eedea918a15514eb543562 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | Fixed conversation bug in InventoryConfig (diff) | |
download | opensim-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/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
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(); |