mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
*test* back to no sog kills, little retouch on attachment updates,
NameValue AttachItemID is a root part thing only
This commit is contained in:
@@ -5411,7 +5411,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
if (data.ParentGroup.IsAttachment)
|
||||
{
|
||||
if (data.UUID == data.ParentGroup.RootPart.UUID)
|
||||
if (data.IsRoot)
|
||||
{
|
||||
update.NameValue = Util.StringToBytes256("AttachItemID STRING RW SV " + data.ParentGroup.FromItemID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user