Addresses mantis #3181. Waiting for confirmation from the reporter.

0.6.3-post-fixes
diva 2009-02-17 17:38:11 +00:00
parent af57937760
commit d347b59ca4
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ namespace OpenSim.Region.Communications.Local
agent.InventoryFolder = loginData.InventoryFolder;
agent.startpos = loginData.StartPos;
agent.CapsPath = loginData.CapsPath;
if (agent.Appearance != null)
if (loginData.Appearance != null)
agent.Appearance = loginData.Appearance;
else
{