summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoavatar.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 53db1ffe32..060e93ac9a 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -3494,7 +3494,10 @@ void LLVOAvatar::updateDebugText()
LLVOVolume *volp = control_av->mRootVolp;
if (volp)
{
- volp->requestInventory();
+ if (volp->getInventorySerial()<=0)
+ {
+ volp->requestInventory();
+ }
LLViewerInventoryItem* item = volp->getInventoryItemByAsset(motionp->getID());
if (item)
{