diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-04 16:28:45 +0200 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-04 16:28:45 +0200 |
| commit | 768c956e9837b55d7796f732ee16ae423eaeb780 (patch) | |
| tree | 072f383502118fcbf818b80fa405b433bc5555c8 /indra/newview/llvoavatarself.cpp | |
| parent | c222c6c08a1b51bcc8072baf7d1b66f7ae9908a1 (diff) | |
| parent | 6a66b820bde17729ce2dc819a0afc8c110323411 (diff) | |
Merge from default branch
--HG--
branch : product-engine
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 |
