mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
copy linksetdata when doing a sog copy..
This commit is contained in:
@@ -2527,6 +2527,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// new group as no sitting avatars
|
||||
dupe.m_sittingAvatars = new List<ScenePresence>();
|
||||
|
||||
if(LinksetData is not null)
|
||||
dupe.LinksetData = LinksetData.Copy();
|
||||
|
||||
dupe.CopyRootPart(m_rootPart, OwnerID, GroupID, userExposed);
|
||||
dupe.m_rootPart.LinkNum = m_rootPart.LinkNum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user