mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Send the creation-date of items to the viewer. This fixes Mantis#2769.
This commit is contained in:
@@ -397,7 +397,7 @@ namespace OpenSim.Framework.Communications.Capabilities
|
||||
{
|
||||
LLSDInventoryItem llsdItem = new LLSDInventoryItem();
|
||||
llsdItem.asset_id = invItem.AssetID;
|
||||
llsdItem.created_at = 1000;
|
||||
llsdItem.created_at = invItem.CreationDate;
|
||||
llsdItem.desc = invItem.Description;
|
||||
llsdItem.flags = 0;
|
||||
llsdItem.item_id = invItem.ID;
|
||||
|
||||
Reference in New Issue
Block a user