Skip to content

Commit c7448f2

Browse files
committed
Fix inverted logic for benefits on opensim
1 parent 55f9937 commit c7448f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indra/newview/llstartup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@ bool idle_startup()
26812681
set_startup_status(1.0, LLStringUtil::null, LLStringUtil::null);
26822682
display_startup();
26832683

2684-
if (!mBenefitsSuccessfullyInit && !gHippoGridManager->getConnectedGrid()->isSecondLife())
2684+
if (!mBenefitsSuccessfullyInit && gHippoGridManager->getConnectedGrid()->isSecondLife())
26852685
{
26862686
LLNotificationsUtil::add("FailedToGetBenefits", LLSD(), LLSD(), boost::bind(on_benefits_failed_callback, _1, _2));
26872687
}

0 commit comments

Comments
 (0)