dont do ParcelCrossCheck() on child avatars

This commit is contained in:
UbitUmarov
2014-08-11 01:44:12 +01:00
parent e860dd33fa
commit ba33d78af9

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