diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-03 15:04:59 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-03 15:04:59 +0000 |
commit | f53f121eb069dbf50334c424390151074d4fcad7 (patch) | |
tree | fffe35aa1340d984335b9a335f863b591140eb9e | |
parent | 962362503633f9fba741b1a45eb05b75a18a9f7d (diff) |
EXT-5863 Enabling Admin mode allows "Dump baked avatar textures" to work. No matter what you are wearing.
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 131c6ac1a1..acd12099cd 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -1723,7 +1723,7 @@ BOOL LLVOAvatarSelf::canGrabLocalTexture(ETextureIndex type, U32 index) const return FALSE; } - if (gAgent.isGodlike()) + if (gAgent.isGodlikeWithoutAdminMenuFakery()) return TRUE; // Check permissions of textures that show up in the |