Centralizing the Asset/Inventory Systems' packets to the main libsecondlife.Packet name space.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@162 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -109,7 +109,7 @@ namespace libsecondlife.InventorySystem
|
||||
|
||||
output += "description = '" + xmlSafe(Description) + "' ";
|
||||
output += "crc = '" + CRC + "' ";
|
||||
output += "debug = '" + PacketHelpers.UpdateInventoryItem.BuildCRC(this) + "' ";
|
||||
output += "debug = '" + Packets.InventoryPackets.InventoryUpdateCRC(this) + "' ";
|
||||
output += "ownerid = '" + OwnerID + "' ";
|
||||
output += "creatorid = '" + CreatorID + "' ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user