mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Added osGetGridGatekeeperURI()
This commit is contained in:
@@ -457,6 +457,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osGetGridHomeURI();
|
||||
}
|
||||
|
||||
public string osGetGridGatekeeperURI()
|
||||
{
|
||||
return m_OSSL_Functions.osGetGridGatekeeperURI();
|
||||
}
|
||||
|
||||
public string osGetGridCustom(string key)
|
||||
{
|
||||
return m_OSSL_Functions.osGetGridCustom(key);
|
||||
|
||||
Reference in New Issue
Block a user