aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index b468dde..c25fa55 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3419,10 +3419,12 @@ namespace OpenSim.Region.Framework.Scenes
3419 3419
3420 private void OutOfBoundsCall(PhysicsVector pos) 3420 private void OutOfBoundsCall(PhysicsVector pos)
3421 { 3421 {
3422 bool flying = m_physicsActor.Flying; 3422 //bool flying = m_physicsActor.Flying;
3423 RemoveFromPhysicalScene(); 3423 //RemoveFromPhysicalScene();
3424 3424
3425 AddToPhysicalScene(flying); 3425 //AddToPhysicalScene(flying);
3426 if (ControllingClient != null)
3427 ControllingClient.SendAgentAlertMessage("Physics is having a problem with your avatar. You may not be able to move until you relog.",true);
3426 } 3428 }
3427 3429
3428 // Event called by the physics plugin to tell the avatar about a collision. 3430 // Event called by the physics plugin to tell the avatar about a collision.