remove warning on siting in phantom prims without sittarget
parent
15af6265a1
commit
e9345479c4
|
@ -3079,7 +3079,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
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.");
|
||||||
else
|
else
|
||||||
{ // non physical phantom TODO
|
{ // 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 false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue