Mantis#1641. Thank you, Lulurun for a patch that addresses:

The 1st "GetAvatarAppearance" *always* fails and returns default 
avatarappearance. Avatarappearance seems to be working well because 
the 2nd "GetAvatarAppearance" gets the right appearance.
0.6.0-stable
Charles Krinke 2008-07-01 13:34:05 +00:00
parent 0a657b9416
commit b8a3a27221
1 changed files with 2 additions and 2 deletions

View File

@ -1960,9 +1960,9 @@ namespace OpenSim.Region.Environment.Scenes
{
m_log.Info("[REGION]: Add New Scene Presence");
CreateAndAddScenePresence(client, child);
CommsManager.UserProfileCacheService.AddNewUser(client.AgentId);
CreateAndAddScenePresence(client, child);
}
EventManager.TriggerOnNewClient(client);
}