diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index d07f66ef75..f7259a6edb 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs @@ -55,7 +55,7 @@ namespace OpenSim.Region.ClientStack.Linden /// the normal part of the response in the capability handler. /// [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SimulatorFeaturesModule")] - public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule + public class SimulatorFeaturesModule : INonSharedRegionModule, ISimulatorFeaturesModule { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); @@ -126,10 +126,6 @@ namespace OpenSim.Region.ClientStack.Linden GetGridExtraFeatures(s); } - public void PostInitialise() - { - } - public void Close() { } public string Name { get { return "SimulatorFeaturesModule"; } }