mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
remove warning on siting in phantom prims without sittarget
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user