diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 66dee4b..9ec7326 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -336,7 +336,7 @@ namespace OpenSim.Framework | |||
336 | 336 | ||
337 | public byte AccessLevel | 337 | public byte AccessLevel |
338 | { | 338 | { |
339 | get { return (byte)Util.ConvertMaturityToAccessLevel((uint)m_regionSettings.Maturity); } | 339 | get { return (byte)Util.ConvertMaturityToAccessLevel((uint)RegionSettings.Maturity); } |
340 | } | 340 | } |
341 | 341 | ||
342 | public void SetEndPoint(string ipaddr, int port) | 342 | public void SetEndPoint(string ipaddr, int port) |