diff options
author | Adam Frisby | 2009-05-28 19:03:27 +0000 |
---|---|---|
committer | Adam Frisby | 2009-05-28 19:03:27 +0000 |
commit | 4b151b83a89e70fae494885090f6c472b91f501a (patch) | |
tree | 28596a0a673f8a40141308d142666176ab1ec9bc /OpenSim | |
parent | * Converts recently added OGSRadmin to IRegionModule because I cant be arsed ... (diff) | |
download | opensim-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.cs | 2 |
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 | } |