Fix llGetSimulatorHostname to return configured hostname

This commit is contained in:
BlueWall
2012-05-23 15:07:03 -04:00
parent 4d1986c0e4
commit 682d4075e3
3 changed files with 7 additions and 1 deletions

View File

@@ -84,6 +84,10 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
private IHttpServer m_HttpsServer = null;
private string m_ExternalHostNameForLSL = "";
public string ExternalHostNameForLSL
{
get { return m_ExternalHostNameForLSL; }
}
public Type ReplaceableInterface
{