aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 9583b6d..aecf2df 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -131,7 +131,7 @@ namespace OpenSim
131 get { return m_httpServer; } 131 get { return m_httpServer; }
132 } 132 }
133 133
134 public new uint HttpServerPort 134 public uint HttpServerPort
135 { 135 {
136 get { return m_httpServerPort; } 136 get { return m_httpServerPort; }
137 } 137 }