Skip to content

Commit

Permalink
Simplify selection of mute
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Apr 7, 2020
1 parent b86eae0 commit 1361f9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indra/newview/llviewermessage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1368,8 +1368,7 @@ void inventory_offer_mute_callback(const LLUUID& blocked_id,
LLMute mute(blocked_id, full_name, mute_type);
if (LLMuteList::getInstance()->add(mute))
{
LLFloaterMute::showInstance();
LLFloaterMute::getInstance()->selectMute(blocked_id);
LLFloaterMute::showInstance()->selectMute(blocked_id);
}

// purge the message queue of any previously queued inventory offers from the same source.
Expand Down

0 comments on commit 1361f9b

Please sign in to comment.