From 2a84061bc7b0f9ea878328eca9a2363b3a133d30 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 7 Jul 2021 09:03:57 +1000 Subject: Don't do the auto join groups thing for child agents. Coz it's done for root agents, all the surrounding sims just waste time doing it to. --- OpenSim/Region/Framework/Scenes/Scene.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index eee288a..5819695 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -4435,6 +4435,7 @@ namespace OpenSim.Region.Framework.Scenes // We get called twice, the first time the name is set to a single space. // The first time is from QueryAccess(), the second from NewUserConnection() // if (" " != agent.Name) + if (!agent.child) { string grid = ""; if (isLocal) -- cgit v1.1