mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
update libomv
This commit is contained in:
@@ -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.
Binary file not shown.
Reference in New Issue
Block a user