diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-03-03 12:10:00 -0800 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-03-03 12:10:00 -0800 |
| commit | e47d107e2f7c4793f0685aa37749629f7d91aef0 (patch) | |
| tree | 740e36a63f6576bdf5c180ca8b59796ae5f1cf49 /indra/newview/llvoavatarself.cpp | |
| parent | ece36d5df8d0a7fb4c71ec50a0bac49a5c6fbacb (diff) | |
| parent | 2ecc98cb2f11b03224990d498d20cff8bcfb0716 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -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 |
