From e9345479c4072de461f8f230d0e1672585df3bee Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 23 Nov 2015 22:11:27 +0000 Subject: [PATCH] remove warning on siting in phantom prims without sittarget --- OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index fd647e17e9..5903274064 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -3079,7 +3079,7 @@ namespace OpenSim.Region.Framework.Scenes ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); else { // non physical phantom TODO - ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); +// ControllingClient.SendAlertMessage(" There is no suitable surface to sit on, try another spot."); return false; } return true;