aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs1
1 files changed, 1 insertions, 0 deletions
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
4435 // We get called twice, the first time the name is set to a single space. 4435 // We get called twice, the first time the name is set to a single space.
4436 // The first time is from QueryAccess(), the second from NewUserConnection() 4436 // The first time is from QueryAccess(), the second from NewUserConnection()
4437// if (" " != agent.Name) 4437// if (" " != agent.Name)
4438 if (!agent.child)
4438 { 4439 {
4439 string grid = ""; 4440 string grid = "";
4440 if (isLocal) 4441 if (isLocal)