mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
show number of prims on attachments show command
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user