mirror of
https://github.com/opensim/opensim.git
synced 2026-05-26 20:15:35 +08:00
Formatting cleanup, minor refactoring, svn properties.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine.AsyncCommandPlugins
|
||||
|
||||
foreach (XEngine xe in XEngine.ScriptEngines)
|
||||
{
|
||||
if(xe.PostObjectEvent(httpInfo.localID,
|
||||
if (xe.PostObjectEvent(httpInfo.localID,
|
||||
new XEventParams("http_response",
|
||||
resobj, new XDetectParams[0])))
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user