aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAdam Frisby2009-05-28 19:03:27 +0000
committerAdam Frisby2009-05-28 19:03:27 +0000
commit4b151b83a89e70fae494885090f6c472b91f501a (patch)
tree28596a0a673f8a40141308d142666176ab1ec9bc /OpenSim
parent* Converts recently added OGSRadmin to IRegionModule because I cant be arsed ... (diff)
downloadopensim-SC_OLD-4b151b83a89e70fae494885090f6c472b91f501a.zip
opensim-SC_OLD-4b151b83a89e70fae494885090f6c472b91f501a.tar.gz
opensim-SC_OLD-4b151b83a89e70fae494885090f6c472b91f501a.tar.bz2
opensim-SC_OLD-4b151b83a89e70fae494885090f6c472b91f501a.tar.xz
* Oops. Forgot Initialise needs tweaking between IRegionModule and ISharedRegionModule.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs b/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs
index 2d14b41..0712ee0 100644
--- a/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs
+++ b/OpenSim/Region/CoreModules/InterGrid/OGSRadmin.cs
@@ -70,6 +70,8 @@ namespace OpenSim.Region.CoreModules.InterGrid
70 70
71 public void Initialise(Scene scene, IConfigSource source) 71 public void Initialise(Scene scene, IConfigSource source)
72 { 72 {
73 m_settings = source;
74
73 lock (m_scenes) 75 lock (m_scenes)
74 m_scenes.Add(scene); 76 m_scenes.Add(scene);
75 } 77 }