From f53f121eb069dbf50334c424390151074d4fcad7 Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Wed, 3 Mar 2010 15:04:59 +0000 Subject: EXT-5863 Enabling Admin mode allows "Dump baked avatar textures" to work. No matter what you are wearing. --- indra/newview/llvoavatarself.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3