mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
oops, thats elsewhere
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user