mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
a few changes
This commit is contained in:
@@ -513,6 +513,17 @@ namespace OpenSim.Framework
|
||||
}
|
||||
}
|
||||
|
||||
public string RegionHostPortSpaceName
|
||||
{
|
||||
get
|
||||
{
|
||||
string ret = (Flags & URIFlags.HasHost) != 0 ? (Host + ":" + Port + "/ ") : ""; // space needed for compatibility
|
||||
if ((Flags & URIFlags.HasRegionName) != 0)
|
||||
ret += RegionName;
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
// this needs to be set before get
|
||||
public bool IsLocalGrid
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user