diff options
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) |