diff options
author | UbitUmarov | 2015-11-23 22:11:27 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-23 22:11:27 +0000 |
commit | e9345479c4072de461f8f230d0e1672585df3bee (patch) | |
tree | 5b805621a5451644d0b94ceb01245107e03819bd /OpenSim/Region/Framework | |
parent | Fixed some stupid math and checks on --bounding-origin and --bounding-size. B... (diff) | |
download | opensim-SC-e9345479c4072de461f8f230d0e1672585df3bee.zip opensim-SC-e9345479c4072de461f8f230d0e1672585df3bee.tar.gz opensim-SC-e9345479c4072de461f8f230d0e1672585df3bee.tar.bz2 opensim-SC-e9345479c4072de461f8f230d0e1672585df3bee.tar.xz |
remove warning on siting in phantom prims without sittarget
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; |