aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
diff options
context:
space:
mode:
authorMelanie2013-02-13 01:52:25 +0000
committerMelanie2013-02-13 01:52:25 +0000
commitc2bfdaa026b02b1a6f41745464e7934e166ab35f (patch)
treefe9d4ad388c4f21a71e389435e2cb00d588cc30e /OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
parentExtend TestJsonCreateStore() with a one key input and an input with raw numbe... (diff)
downloadopensim-SC_OLD-c2bfdaa026b02b1a6f41745464e7934e166ab35f.zip
opensim-SC_OLD-c2bfdaa026b02b1a6f41745464e7934e166ab35f.tar.gz
opensim-SC_OLD-c2bfdaa026b02b1a6f41745464e7934e166ab35f.tar.bz2
opensim-SC_OLD-c2bfdaa026b02b1a6f41745464e7934e166ab35f.tar.xz
Make the sim features module register it's interface so it can be used
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
index 191bccf..8f38737 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
@@ -94,6 +94,8 @@ namespace OpenSim.Region.ClientStack.Linden
94 { 94 {
95 m_scene = s; 95 m_scene = s;
96 m_scene.EventManager.OnRegisterCaps += RegisterCaps; 96 m_scene.EventManager.OnRegisterCaps += RegisterCaps;
97
98 m_scene.RegisterModuleInterface<ISimulatorFeaturesModule>(this);
97 } 99 }
98 100
99 public void RemoveRegion(Scene s) 101 public void RemoveRegion(Scene s)