dont do ParcelCrossCheck() on child avatars

avinationmerge
UbitUmarov 2014-08-11 01:44:12 +01:00
parent e860dd33fa
commit ba33d78af9
1 changed files with 3 additions and 0 deletions

View File

@ -5611,6 +5611,9 @@ namespace OpenSim.Region.Framework.Scenes
if (IsInTransit)
return;
if (IsChildAgent)
return;
if (check)
{
// check is relative to current parcel only