diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index fd647e1..5903274 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3079,7 +3079,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3079 | ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); | 3079 | ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); |
3080 | else | 3080 | else |
3081 | { // non physical phantom TODO | 3081 | { // non physical phantom TODO |
3082 | ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); | 3082 | // ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); |
3083 | return false; | 3083 | return false; |
3084 | } | 3084 | } |
3085 | return true; | 3085 | return true; |