diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-19 18:25:23 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-10-20 19:23:29 +0200 |
commit | 702e4c7dc1a383f83a0324e97b087efef82e9248 (patch) | |
tree | 5af4165850460be1dfb40a054b2b5ad3c96f2458 /indra/newview/llfloaterbuycurrency.cpp | |
parent | fa09db746a50f29faaae91abce7b949ce50142de (diff) |
SL-20163 Rework LLAvatarPropertiesProcessor::sendRequest()
Diffstat (limited to 'indra/newview/llfloaterbuycurrency.cpp')
-rw-r--r-- | indra/newview/llfloaterbuycurrency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbuycurrency.cpp b/indra/newview/llfloaterbuycurrency.cpp index 0cfac166c7..b0e63d5844 100644 --- a/indra/newview/llfloaterbuycurrency.cpp +++ b/indra/newview/llfloaterbuycurrency.cpp @@ -354,7 +354,7 @@ LLFetchAvatarPaymentInfo::~LLFetchAvatarPaymentInfo() void LLFetchAvatarPaymentInfo::processProperties(void* data, EAvatarProcessorType type) { - if (data && type == APT_PROPERTIES) + if (data && type == APT_PROPERTIES_LEGACY) { LLAvatarData* avatar_data = static_cast<LLAvatarData*>(data); LLFloaterBuyCurrency::handleBuyCurrency(LLAvatarPropertiesProcessor::hasPaymentInfoOnFile(avatar_data), mHasTarget, mName, mPrice); |