more on GridInfo, and inventory

This commit is contained in:
UbitUmarov
2020-09-25 20:48:36 +01:00
parent 4319f451e6
commit b468ac3814
5 changed files with 25 additions and 20 deletions

View File

@@ -321,6 +321,16 @@ namespace OpenSim.Framework
}
}
public string HomeURLNoEndSlash
{
get
{
if (m_homeURL.URLType != UriHostNameType.Unknown)
return m_homeURL.URL.Substring(0, m_gateKeeperURL.URL.Length - 1);
return null;
}
}
// -2 dns failed
// -1 if bad url
// 0 if not local