diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 343afad810..4446d68940 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -3477,12 +3477,12 @@ namespace OpenSim.Region.Framework.Scenes if (part.PhysActor == null) { // none physcis shape - if (part.PhysicsShapeType == (byte)PhysicsShapeType.None) + //if (part.PhysicsShapeType == (byte)PhysicsShapeType.None) ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); - else + //else { // non physical phantom TODO // ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); - return false; + // return false; } return true; }