Skip to content

Commit 30aa181

Browse files
committed
#3322 No confirmation is shown when gifting all your money
1 parent 43853c2 commit 30aa181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llfloaterpay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ void LLFloaterPay::onGive(give_money_ptr info)
502502
amount = atoi(text_field->getValue().asString().c_str());
503503
}
504504

505-
if (amount > PAY_AMOUNT_NOTIFICATION && gStatusBar && gStatusBar->getBalance() > amount)
505+
if (amount > PAY_AMOUNT_NOTIFICATION)
506506
{
507507
LLUUID payee_id = LLUUID::null;
508508
bool is_group = false;

0 commit comments

Comments
 (0)