Addresses mantis #3181. Waiting for confirmation from the reporter.
parent
af57937760
commit
d347b59ca4
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue