make parcel bans do something on vehicles. Just a first code, far from good

LSLKeyTest
UbitUmarov 2015-12-15 21:00:06 +00:00
parent b7155f5651
commit 1d131a0c33
1 changed files with 2 additions and 1 deletions

View File

@ -358,7 +358,8 @@ namespace OpenSim.Region.CoreModules.World.Land
avatar.AbsolutePosition = position.Value;
avatar.lastKnownAllowedPosition = position.Value;
avatar.Velocity = Vector3.Zero;
if(avatar.IsSatOnObject)
avatar.StandUp();
}
public void SendYouAreRestrictedNotice(ScenePresence avatar)