mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Addresses mantis #3181. Waiting for confirmation from the reporter.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user