mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
dont do ParcelCrossCheck() on child avatars
This commit is contained in:
@@ -5611,6 +5611,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (IsInTransit)
|
||||
return;
|
||||
|
||||
if (IsChildAgent)
|
||||
return;
|
||||
|
||||
if (check)
|
||||
{
|
||||
// check is relative to current parcel only
|
||||
|
||||
Reference in New Issue
Block a user