revert 8cc02916ab
. allow physics sit on
phanton to fall back to ugly sit because some objects depend on itmaster
parent
8075c1e363
commit
fb1911d409
|
@ -3499,14 +3499,14 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
if (part.PhysActor == null)
|
if (part.PhysActor == null)
|
||||||
{
|
{
|
||||||
// none physcis shape
|
// none physics shape
|
||||||
//if (part.PhysicsShapeType == (byte)PhysicsShapeType.None)
|
if (part.PhysicsShapeType == (byte)PhysicsShapeType.None)
|
||||||
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