aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2015-11-23 22:11:27 +0000
committerUbitUmarov2015-11-23 22:11:27 +0000
commite9345479c4072de461f8f230d0e1672585df3bee (patch)
tree5b805621a5451644d0b94ceb01245107e03819bd /OpenSim/Region
parentFixed some stupid math and checks on --bounding-origin and --bounding-size. B... (diff)
downloadopensim-SC_OLD-e9345479c4072de461f8f230d0e1672585df3bee.zip
opensim-SC_OLD-e9345479c4072de461f8f230d0e1672585df3bee.tar.gz
opensim-SC_OLD-e9345479c4072de461f8f230d0e1672585df3bee.tar.bz2
opensim-SC_OLD-e9345479c4072de461f8f230d0e1672585df3bee.tar.xz
remove warning on siting in phantom prims without sittarget
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
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;