diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2010-05-20 00:05:23 -0700 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-20 00:05:23 -0700 |
| commit | afef949533e575a8f0558ef8477eb8644d66c524 (patch) | |
| tree | 8354d0f3e0f8a4c566b004ec86eebebb57b85cec /indra/newview/llstartup.cpp | |
| parent | 42796c938ba713b8f3aaff1b5d43d54021e223b8 (diff) | |
| parent | d4b37309cb00108a761259d570ae9057658ad215 (diff) | |
automated merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index a84bb98a90..0a464b3b6c 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3041,7 +3041,7 @@ bool process_login_success_response() // Default male and female avatars allowing the user to choose their avatar on first login. // These may be passed up by SLE to allow choice of enterprise avatars instead of the standard // "new ruth." Not to be confused with 'initial-outfit' below - LLSD newuser_config = response["newuser-config"]; + LLSD newuser_config = response["newuser-config"][0]; if(newuser_config.has("DefaultFemaleAvatar")) { gSavedSettings.setString("DefaultFemaleAvatar", newuser_config["DefaultFemaleAvatar"].asString()); |
