diff --git a/changelog/snippets/fix.6646.md b/changelog/snippets/fix.6646.md new file mode 100644 index 0000000000..c00fad8849 --- /dev/null +++ b/changelog/snippets/fix.6646.md @@ -0,0 +1 @@ +- (#6646) Remove the chat beeps when watching a replay diff --git a/lua/ui/game/chat.lua b/lua/ui/game/chat.lua index 0d081f6fd8..6289bade66 100644 --- a/lua/ui/game/chat.lua +++ b/lua/ui/game/chat.lua @@ -888,9 +888,6 @@ function ReceiveChatFromSim(sender, msg) GUI.chatContainer:ScrollToBottom() end end - if SessionIsReplay() then - PlaySound(Sound({Bank = 'Interface', Cue = 'UI_Diplomacy_Close'})) - end end function ToggleChat()