FIRE-32396 Play the 'inventory offer' UI sound when both 'auto-accept new inventory items' and 'log auto-accepted inventory items to chat' are enabled

Playing the sound without logging to chat (a visual indication) would be confusing for the user
master
PanteraPolnocy 2023-06-25 12:37:00 +02:00
parent d6350c95a4
commit 3fbdc6cca6
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ void inventory_offer_handler(LLOfferInfo* info)
}
report_to_nearby_chat(LLTrans::getString(message_type, chat_args));
make_ui_sound("UISndInventoryOffer");
}
// </FS:Ansariel>