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.InventoryFolder = loginData.InventoryFolder;
|
||||||
agent.startpos = loginData.StartPos;
|
agent.startpos = loginData.StartPos;
|
||||||
agent.CapsPath = loginData.CapsPath;
|
agent.CapsPath = loginData.CapsPath;
|
||||||
if (agent.Appearance != null)
|
if (loginData.Appearance != null)
|
||||||
agent.Appearance = loginData.Appearance;
|
agent.Appearance = loginData.Appearance;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue