show number of prims on attachments show command
parent
e0c49c42e3
commit
43094592d5
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue