From a747c2c74d1139d67f31501de86a3c19c1302623 Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Tue, 11 May 2010 15:53:59 -0300 Subject: [PATCH] whoops\! we don't want that\! --- indra/newview/llpreviewscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index f4d2999cb..bf3b3dc49 100644 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -1825,7 +1825,7 @@ void LLLiveLSLEditor::loadAsset(BOOL is_new) LLViewerInventoryItem* item = (LLViewerInventoryItem*)object->getInventoryObject(mItemID); if(item && (gAgent.allowOperation(PERM_COPY, item->getPermissions(), GP_OBJECT_MANIPULATE) - || gAgent.isGodlike() || gAgent.allowOperation(PERM_MODIFY, item->getPermissions(), GP_OBJECT_MANIPULATE))) + || gAgent.isGodlike())) { mItem = new LLViewerInventoryItem(item); //llinfos << "asset id " << mItem->getAssetUUID() << llendl;