mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Moved RegionName from RegionInfo to SimpleRegionInfo.
This commit is contained in:
@@ -64,6 +64,13 @@ namespace OpenSim.Framework
|
||||
}
|
||||
protected string m_serverURI;
|
||||
|
||||
public string RegionName
|
||||
{
|
||||
get { return m_regionName; }
|
||||
set { m_regionName = value; }
|
||||
}
|
||||
protected string m_regionName = String.Empty;
|
||||
|
||||
protected bool Allow_Alternate_Ports;
|
||||
public bool m_allow_alternate_ports;
|
||||
protected string m_externalHostName;
|
||||
@@ -284,7 +291,6 @@ namespace OpenSim.Framework
|
||||
public UUID originRegionID = UUID.Zero;
|
||||
public string proxyUrl = "";
|
||||
public int ProxyOffset = 0;
|
||||
public string RegionName = String.Empty;
|
||||
public string regionSecret = UUID.Random().ToString();
|
||||
|
||||
public string osSecret;
|
||||
|
||||
Reference in New Issue
Block a user