* Ruling out another potential cause of zombie-ism

0.6.0-stable
Teravus Ovares 2008-05-29 16:36:11 +00:00
parent 83bd85ce7f
commit 61c7130341
1 changed files with 2 additions and 0 deletions

View File

@ -1628,6 +1628,8 @@ namespace OpenSim.Region.Environment.Scenes
/// </summary>
protected void CheckForBorderCrossing()
{
if (IsChildAgent)
return;
LLVector3 pos2 = AbsolutePosition;
LLVector3 vel = Velocity;