diff options
author | Melanie | 2012-11-12 22:51:24 +0000 |
---|---|---|
committer | Melanie | 2012-11-12 22:51:24 +0000 |
commit | faca7559959db6914b2c82d816f038be5c1fbb9f (patch) | |
tree | 6551010f43df8de5e50c11b0c7b4b9bb5bddcbbc /OpenSim/Region/Framework/Scenes | |
parent | Remove the old style module loader and all references to it (diff) | |
download | opensim-SC_OLD-faca7559959db6914b2c82d816f038be5c1fbb9f.zip opensim-SC_OLD-faca7559959db6914b2c82d816f038be5c1fbb9f.tar.gz opensim-SC_OLD-faca7559959db6914b2c82d816f038be5c1fbb9f.tar.bz2 opensim-SC_OLD-faca7559959db6914b2c82d816f038be5c1fbb9f.tar.xz |
Stop closing old style modules
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneManager.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneManager.cs b/OpenSim/Region/Framework/Scenes/SceneManager.cs index 992e71d..9bd27d3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneManager.cs +++ b/OpenSim/Region/Framework/Scenes/SceneManager.cs | |||
@@ -141,15 +141,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
141 | 141 | ||
142 | public void Close() | 142 | public void Close() |
143 | { | 143 | { |
144 | // collect known shared modules in sharedModules | ||
145 | Dictionary<string, IRegionModule> sharedModules = new Dictionary<string, IRegionModule>(); | ||
146 | |||
147 | // all regions/scenes are now closed, we can now safely | ||
148 | // close all shared modules | ||
149 | foreach (IRegionModule mod in sharedModules.Values) | ||
150 | { | ||
151 | mod.Close(); | ||
152 | } | ||
153 | } | 144 | } |
154 | 145 | ||
155 | public void Close(Scene cscene) | 146 | public void Close(Scene cscene) |