diff options
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 4c107c9..66dee4b 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -334,6 +334,11 @@ namespace OpenSim.Framework | |||
334 | get { return m_objectCapacity; } | 334 | get { return m_objectCapacity; } |
335 | } | 335 | } |
336 | 336 | ||
337 | public byte AccessLevel | ||
338 | { | ||
339 | get { return (byte)Util.ConvertMaturityToAccessLevel((uint)m_regionSettings.Maturity); } | ||
340 | } | ||
341 | |||
337 | public void SetEndPoint(string ipaddr, int port) | 342 | public void SetEndPoint(string ipaddr, int port) |
338 | { | 343 | { |
339 | IPAddress tmpIP = IPAddress.Parse(ipaddr); | 344 | IPAddress tmpIP = IPAddress.Parse(ipaddr); |
@@ -691,5 +696,6 @@ namespace OpenSim.Framework | |||
691 | regionInfo.ServerURI = serverURI; | 696 | regionInfo.ServerURI = serverURI; |
692 | return regionInfo; | 697 | return regionInfo; |
693 | } | 698 | } |
699 | |||
694 | } | 700 | } |
695 | } | 701 | } |