From b7708b9d1f9cee1c10283d3178eabc2ce0c8a81a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 18 Oct 2014 18:27:38 +0100 Subject: change child agents creation/notification. As before this assumes that sending regions close out of view connections. --- OpenSim/Region/Framework/Scenes/Scene.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 608f071..829d4ce 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -4080,15 +4080,15 @@ namespace OpenSim.Region.Framework.Scenes { m_log.DebugFormat( "[SCENE]: Adjusting known seeds for existing agent {0} in {1}", - acd.AgentID, RegionInfo.RegionName); - - sp.AdjustKnownSeeds(); + acd.AgentID, RegionInfo.RegionName); if (CapsModule != null) { CapsModule.SetAgentCapsSeeds(acd); CapsModule.CreateCaps(acd.AgentID, acd.circuitcode); } + + sp.AdjustKnownSeeds(); } } -- cgit v1.1