minor change

This commit is contained in:
UbitUmarov
2021-12-19 02:18:28 +00:00
parent 84c084d652
commit 2eb31e718e
2 changed files with 5 additions and 5 deletions

View File

@@ -1388,10 +1388,7 @@ namespace OpenSim.Region.Framework.Scenes
return;
agent.DropOldNeighbours(old);
if(agent.RegionViewDistance == 0)
return;
EntityTransferModule.EnableChildAgent(agent, otherRegion);
});
}