mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
oh a typo!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user