mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
First set of merge fixes
This commit is contained in:
@@ -3747,7 +3747,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
if (!m_scene.TryGetScenePresence(part.OwnerID, out sp))
|
||||
continue;
|
||||
|
||||
List<SceneObjectGroup> atts = sp.Attachments;
|
||||
List<SceneObjectGroup> atts = sp.GetAttachments();
|
||||
bool found = false;
|
||||
foreach (SceneObjectGroup att in atts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user