Plumb in the birthdate from the user server reply to the cache

0.6.2-post-fixes
Melanie Thielker 2008-12-22 16:20:16 +00:00
parent 5929d2a47c
commit e7e8e6a7c3
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.OGS1
userData.FirstName = (string) data["firstname"];
userData.SurName = (string) data["lastname"];
userData.ID = new UUID((string) data["uuid"]);
userData.Created = Convert.ToInt32(data["profile_created"]);
userData.UserInventoryURI = (string) data["server_inventory"];
userData.UserAssetURI = (string) data["server_asset"];
userData.FirstLifeAboutText = (string) data["profile_firstlife_about"];