Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions modules/game_console/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ function toggleChat()
else
consoleToggleChat:setText(tr('Chat On'))
end

updateChatMode()
end

-- id of object first and then action
Expand Down Expand Up @@ -424,8 +426,6 @@ function switchChatOnCall()
toggleChat()
end
end

updateChatMode()
end

function disableChatOnCall()
Expand All @@ -436,8 +436,6 @@ function disableChatOnCall()
if isChatEnabled() and not consoleToggleChat.isChecked then
toggleChat()
end

updateChatMode()
end

function isChatEnabled()
Expand Down