diff options
author | Melanie | 2013-02-13 01:52:25 +0000 |
---|---|---|
committer | Melanie | 2013-02-13 01:52:25 +0000 |
commit | c2bfdaa026b02b1a6f41745464e7934e166ab35f (patch) | |
tree | fe9d4ad388c4f21a71e389435e2cb00d588cc30e /OpenSim | |
parent | Extend TestJsonCreateStore() with a one key input and an input with raw numbe... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 |
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) |