aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions
diff options
context:
space:
mode:
authorMW2009-02-27 17:03:27 +0000
committerMW2009-02-27 17:03:27 +0000
commit5626d43259abfb0cac36d813f8d0090d28a47bb0 (patch)
tree19740017ad0f656812946caa0bd966804a7d7dbe /OpenSim/ApplicationPlugins/LoadRegions
parentChanged the order of the OpenSim.Grid.GridServer and OpenSim.Grid.GridServer.... (diff)
downloadopensim-SC_OLD-5626d43259abfb0cac36d813f8d0090d28a47bb0.zip
opensim-SC_OLD-5626d43259abfb0cac36d813f8d0090d28a47bb0.tar.gz
opensim-SC_OLD-5626d43259abfb0cac36d813f8d0090d28a47bb0.tar.bz2
opensim-SC_OLD-5626d43259abfb0cac36d813f8d0090d28a47bb0.tar.xz
Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subscribes to the OnNewRegionCreated event on that interface rather than requesting the LoadRegionsPlugin directly.
Removed the reference to OpenSim.ApplicationPlugins.LoadRegions from the CreateCommsManagerPlugin project.
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions')
-rw-r--r--OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
index 4a6a6b1..db89ea9 100644
--- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
+++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
@@ -70,7 +70,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
70 public void Initialise(OpenSimBase openSim) 70 public void Initialise(OpenSimBase openSim)
71 { 71 {
72 m_openSim = openSim; 72 m_openSim = openSim;
73 m_openSim.ApplicationRegistry.RegisterInterface<LoadRegionsPlugin>(this); 73 m_openSim.ApplicationRegistry.RegisterInterface<IRegionCreator>(this);
74 } 74 }
75 75
76 public void PostInitialise() 76 public void PostInitialise()