From 395637acddca473380d09ba23acc3b6db0814e75 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 6 Dec 2007 14:08:22 +0000 Subject: * 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 --- OpenSim/Region/Environment/Scenes/Scene.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Environment/Scenes') 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 module.Close(); } } + Modules.Clear(); base.Close(); -- cgit v1.1