update libomv

This commit is contained in:
UbitUmarov
2021-10-01 03:17:47 +01:00
parent a7ba50b9de
commit c55d508333
5 changed files with 4 additions and 1 deletions

View File

@@ -236,7 +236,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
ct.AddRow("Attachment Name", attachmentObject.Name);
ct.AddRow("Local ID", attachmentObject.LocalId);
ct.AddRow("Item ID", attachmentObject.UUID);
ct.AddRow("From Item ID", attachmentObject.FromItemID);
if(attachmentObject.FromItemID == UUID.Zero)
ct.AddRow("Temporary", "");
else
ct.AddRow("From Item ID", attachmentObject.FromItemID);
ct.AddRow("Attach Point", ((AttachmentPoint)attachmentObject.AttachmentPoint));
ct.AddRow("Prims", attachmentObject.PrimCount);
ct.AddRow("Position", attachmentObject.RootPart.AttachedPos + "\n");

Binary file not shown.

Binary file not shown.

Binary file not shown.