mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Stop closing old style modules
This commit is contained in:
@@ -141,15 +141,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void Close()
|
||||
{
|
||||
// collect known shared modules in sharedModules
|
||||
Dictionary<string, IRegionModule> sharedModules = new Dictionary<string, IRegionModule>();
|
||||
|
||||
// all regions/scenes are now closed, we can now safely
|
||||
// close all shared modules
|
||||
foreach (IRegionModule mod in sharedModules.Values)
|
||||
{
|
||||
mod.Close();
|
||||
}
|
||||
}
|
||||
|
||||
public void Close(Scene cscene)
|
||||
|
||||
Reference in New Issue
Block a user