osLocalTeleportAgent: no region crossings :( ; check avatar access to target position; flag 8 == force fly; 16 force nofly (both == fly)

This commit is contained in:
UbitUmarov
2019-05-01 03:49:24 +01:00
parent 11c945a565
commit ea32a73103
2 changed files with 71 additions and 11 deletions

View File

@@ -1921,6 +1921,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
_position = newPos;
m_freemove = false;
_zeroFlag = false;
m_pidControllerActive = true;
}