Correct an error where the config file name was always considered to be a
local file. This caused llHttpRequest and llSetInventoryPermsMask to fail on regions that load their config from a web server
This commit is contained in:
@@ -80,6 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
void ApiResetScript(UUID itemID);
|
||||
void ResetScript(UUID itemID);
|
||||
IConfig Config { get; }
|
||||
IConfigSource ConfigSource { get; }
|
||||
string ScriptEngineName { get; }
|
||||
IScriptApi GetApi(UUID itemID, string name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user