show number of prims on attachments show command

master
UbitUmarov 2020-06-01 02:02:00 +01:00
parent e0c49c42e3
commit 43094592d5
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
ct.AddRow("Item ID", attachmentObject.UUID);
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\n");
}