minor: spacing cleanup from previous commit 79a4d1ea

mb-throttle-test
Justin Clark-Casey (justincc) 2014-10-11 00:10:49 +01:00
parent 79a4d1ea8d
commit 5acbbcb33f
1 changed files with 3 additions and 3 deletions

View File

@ -872,6 +872,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
TeleportAgent(m_host.OwnerID.ToString(), regionX, regionY, position, lookat, true); TeleportAgent(m_host.OwnerID.ToString(), regionX, regionY, position, lookat, true);
} }
///<summary> ///<summary>
/// Allows a script IN the target prim to force an avatar to sit on it using normal methods /// Allows a script IN the target prim to force an avatar to sit on it using normal methods
/// as if called by the client. /// as if called by the client.
@ -887,6 +888,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
ForceSit(avatar, m_host.UUID); ForceSit(avatar, m_host.UUID);
} }
/// <summary> /// <summary>
/// Overload method of osForceSit(string avatar) to allow a script NOT in the target prim to force /// Overload method of osForceSit(string avatar) to allow a script NOT in the target prim to force
/// an avatar to sit on the target prim using normal methods as if called by the client. /// an avatar to sit on the target prim using normal methods as if called by the client.
@ -901,9 +903,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
UUID targetID = new UUID(target); UUID targetID = new UUID(target);
ForceSit(avatar, targetID); ForceSit(avatar, targetID);
} }
public void ForceSit(string avatar, UUID targetID) public void ForceSit(string avatar, UUID targetID)