diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-11-26 17:15:42 +0000 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-11-26 17:15:42 +0000 |
| commit | d0abb6e1e091e89186df1d1fe6c8256f0bac497c (patch) | |
| tree | b6d63e959e1420d8d14e1a5894eb2a7dee994398 /indra/newview/llstartup.cpp | |
| parent | f1a6e776b41f15ffc0ed4cf245136143bcd1a852 (diff) | |
SL-12100, SL-12317 - benefits handling fixes
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 3f65d69719..b4aa74f1dc 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3300,6 +3300,13 @@ bool init_benefits(LLSD& response) LL_WARNS("Benefits") << "Benefits info did not include required package Premium" << LL_ENDL; succ = false; } + + // FIXME PREMIUM - for testing if login does not yet provide Premium Plus. Should be removed thereafter. + //if (succ && !LLAgentBenefitsMgr::has("Premium Plus")) + //{ + // LLAgentBenefitsMgr::init("Premium Plus", packages_sd["Premium"]["benefits"]); + // llassert(LLAgentBenefitsMgr::has("Premium Plus")); + //} return succ; } |
