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

This commit is contained in:
diva
2009-02-17 17:38:11 +00:00
parent af57937760
commit d347b59ca4

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
{