mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -3156,7 +3156,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
SceneObjectPart targ = World.GetSceneObjectPart(target);
|
||||
if( targ == null )
|
||||
if (targ == null)
|
||||
return;
|
||||
targ.ApplyImpulse(new LLVector3((float)impulse.x, (float)impulse.y, (float)impulse.z), local != 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user