remove warning on siting in phantom prims without sittarget

LSLKeyTest
UbitUmarov 2015-11-23 22:11:27 +00:00
parent 15af6265a1
commit e9345479c4
1 changed files with 1 additions and 1 deletions

View File

@ -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;