From 919ffee0d3d21dd2bb06b12464942f60aa1529f0 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 7 Oct 2022 23:36:47 +0100 Subject: [PATCH] oh a typo! --- OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index ee2112beef..93119a45ab 100755 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs @@ -1279,7 +1279,7 @@ namespace OpenSim.Region.Framework.Scenes { if (sop.ParentGroup is null || sop.ParentGroup.IsDeleted) continue; - if (sop.Name.Equals(name)); + if (sop.Name.Equals(name)) return sop; } return null;