diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 9583b6d823..aecf2dfbe2 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -131,7 +131,7 @@ namespace OpenSim get { return m_httpServer; } } - public new uint HttpServerPort + public uint HttpServerPort { get { return m_httpServerPort; } }