diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelavatar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelavatar.cpp b/linden/indra/newview/llpanelavatar.cpp index f194139..cc44455 100644 --- a/linden/indra/newview/llpanelavatar.cpp +++ b/linden/indra/newview/llpanelavatar.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2004&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2004&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2004-2007, Linden Research, Inc. | 7 | * Copyright (c) 2004-2008, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -1826,7 +1826,7 @@ void LLPanelAvatar::processAvatarPropertiesReply(LLMessageSystem *msg, void**) | |||
1826 | 1826 | ||
1827 | identified = (flags & AVATAR_IDENTIFIED); | 1827 | identified = (flags & AVATAR_IDENTIFIED); |
1828 | transacted = (flags & AVATAR_TRANSACTED); | 1828 | transacted = (flags & AVATAR_TRANSACTED); |
1829 | age_verified = (flags & AVATAR_AGEVERIFIED); | 1829 | age_verified = (flags & AVATAR_AGEVERIFIED); // Not currently getting set in dataserver/lldataavatar.cpp for privacy considerations |
1830 | allow_publish = (flags & AVATAR_ALLOW_PUBLISH); | 1830 | allow_publish = (flags & AVATAR_ALLOW_PUBLISH); |
1831 | online = (flags & AVATAR_ONLINE); | 1831 | online = (flags & AVATAR_ONLINE); |
1832 | 1832 | ||