oops, thats elsewhere

This commit is contained in:
UbitUmarov
2019-01-04 02:14:20 +00:00
parent f58a106068
commit e79f266714
2 changed files with 4 additions and 11 deletions

View File

@@ -2141,7 +2141,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
sp.KnownRegions = seeds;
sp.SetNeighbourRegionSizeInfo(neighbours);
if(newneighbours.Count > 0 || previousRegionNeighbourHandles.Count > 0)
if(neighbours.Count > 0)
{
AgentPosition agentpos = new AgentPosition();
agentpos.AgentID = new UUID(sp.UUID.Guid);