mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
cosmetics
This commit is contained in:
@@ -376,7 +376,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||
for (int indx = 0; indx < ad.AttachmentObjects.Count; ++indx)
|
||||
{
|
||||
SceneObjectGroup sog = ad.AttachmentObjects[indx] as SceneObjectGroup;
|
||||
if(sog != null)
|
||||
if(sog != null && sog.OwnerID.Equals(sp.UUID))
|
||||
{
|
||||
sog.LocalId = 0;
|
||||
sog.RootPart.ClearUpdateSchedule();
|
||||
|
||||
Reference in New Issue
Block a user