mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix llGetSimulatorHostname to return configured hostname
This commit is contained in:
@@ -34,6 +34,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IUrlModule
|
||||
{
|
||||
string ExternalHostNameForLSL { get; }
|
||||
UUID RequestURL(IScriptModule engine, SceneObjectPart host, UUID itemID);
|
||||
UUID RequestSecureURL(IScriptModule engine, SceneObjectPart host, UUID itemID);
|
||||
void ReleaseURL(string url);
|
||||
|
||||
Reference in New Issue
Block a user