mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Formatting cleanup, minor refactoring, svn properties.
This commit is contained in:
@@ -71,10 +71,10 @@ namespace OpenSim.Region.ScriptEngine.XEngine.AsyncCommandPlugins
|
||||
|
||||
foreach (XEngine xe in XEngine.ScriptEngines)
|
||||
{
|
||||
if(xe.PostScriptEvent(
|
||||
if (xe.PostScriptEvent(
|
||||
rInfo.GetItemID(), new XEventParams(
|
||||
"remote_data", resobj,
|
||||
new XDetectParams[0])))
|
||||
"remote_data", resobj,
|
||||
new XDetectParams[0])))
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -100,10 +100,10 @@ namespace OpenSim.Region.ScriptEngine.XEngine.AsyncCommandPlugins
|
||||
|
||||
foreach (XEngine xe in XEngine.ScriptEngines)
|
||||
{
|
||||
if(xe.PostScriptEvent(
|
||||
if (xe.PostScriptEvent(
|
||||
srdInfo.m_itemID, new XEventParams(
|
||||
"remote_data", resobj,
|
||||
new XDetectParams[0])))
|
||||
"remote_data", resobj,
|
||||
new XDetectParams[0])))
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user