* Ruling out another potential cause of zombie-ism
parent
83bd85ce7f
commit
61c7130341
|
@ -1628,6 +1628,8 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
/// </summary>
|
||||
protected void CheckForBorderCrossing()
|
||||
{
|
||||
if (IsChildAgent)
|
||||
return;
|
||||
LLVector3 pos2 = AbsolutePosition;
|
||||
LLVector3 vel = Velocity;
|
||||
|
||||
|
|
Loading…
Reference in New Issue