mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Plumb in the birthdate from the user server reply to the cache
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user