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 usermaster
parent
d6350c95a4
commit
3fbdc6cca6
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue