Skip to content

Commit

Permalink
quickchat: Do not locally output sent internal messages
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 14, 2023
1 parent 6c63b9c commit 93deb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hci/quickchat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3001,7 +3001,7 @@ void sendQuickChat(WzQuickChatMessage message, uint32_t fromPlayer, WzQuickChatT
NETend();
}

if (fromPlayer == selectedPlayer && (!recipients.empty() || !isInGame))
if (fromPlayer == selectedPlayer && (!recipients.empty() || !isInGame) && !internalMessage)
{
if (isInGame)
{
Expand Down

0 comments on commit 93deb3b

Please sign in to comment.