* Clarify documentation in InventoryManager
* Allow the destination folder for InventoryItems offered to be set in the callback, will use the Default folder for the type of asset being sent if not set * Couple minor fixups in PacketDecoder for the BinaryBucket field in the ImprovedInstantMessage packet * Remove GroupTitle field from EventQueue decoder for the AgentGroupDataUpdateMessage, this is something opensim hacked in but its not used by the client so we'll just ignore it * Added copyright header to TerrainCompressor.cs git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3216 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -852,8 +852,7 @@ namespace OpenMetaverse
|
||||
avatarGroup.AcceptNotices = msg.GroupDataBlock[i].AcceptNotices;
|
||||
avatarGroup.GroupID = msg.GroupDataBlock[i].GroupID;
|
||||
avatarGroup.GroupInsigniaID = msg.GroupDataBlock[i].GroupInsigniaID;
|
||||
avatarGroup.GroupName = msg.GroupDataBlock[i].GroupName;
|
||||
avatarGroup.GroupTitle = msg.GroupDataBlock[i].GroupTitle;
|
||||
avatarGroup.GroupName = msg.GroupDataBlock[i].GroupName;
|
||||
avatarGroup.GroupPowers = msg.GroupDataBlock[i].GroupPowers;
|
||||
avatarGroup.ListInProfile = msg.NewGroupDataBlock[i].ListInProfile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user