mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
make parcel bans do something on vehicles. Just a first code, far from good
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user