mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Resolves mantis 4390 http://opensimulator.org/mantis/view.php?id=4390
This commit is contained in:
@@ -835,7 +835,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
// allows us to have different settings
|
||||
|
||||
// We only need to test p2 for 'jump crouch purposes'
|
||||
if (p2 is OdeCharacter)
|
||||
if (p2 is OdeCharacter && p1.PhysicsActorType == (int)ActorTypes.Prim)
|
||||
{
|
||||
// Testing if the collision is at the feet of the avatar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user