mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Ruling out another potential cause of zombie-ism
This commit is contained in:
@@ -1628,6 +1628,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// </summary>
|
||||
protected void CheckForBorderCrossing()
|
||||
{
|
||||
if (IsChildAgent)
|
||||
return;
|
||||
LLVector3 pos2 = AbsolutePosition;
|
||||
LLVector3 vel = Velocity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user