mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Refactor IEventReceiver back into IScriptEngine
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Plugins
|
||||
new LSL_Types.LSLString(httpInfo.response_body)
|
||||
};
|
||||
|
||||
foreach (IEventReceiver e in m_CmdManager.ScriptEngines)
|
||||
foreach (IScriptEngine e in m_CmdManager.ScriptEngines)
|
||||
{
|
||||
if (e.PostObjectEvent(httpInfo.localID,
|
||||
new EventParams("http_response",
|
||||
|
||||
Reference in New Issue
Block a user