We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb938 commit bf6e3c5Copy full SHA for bf6e3c5
modules/game_console/console.lua
@@ -349,6 +349,8 @@ function toggleChat()
349
else
350
consoleToggleChat:setText(tr('Chat On'))
351
end
352
+
353
+ updateChatMode()
354
355
356
-- id of object first and then action
@@ -424,8 +426,6 @@ function switchChatOnCall()
424
426
toggleChat()
425
427
428
-
- updateChatMode()
429
430
431
function disableChatOnCall()
@@ -436,8 +436,6 @@ function disableChatOnCall()
436
if isChatEnabled() and not consoleToggleChat.isChecked then
437
438
439
440
441
442
443
function isChatEnabled()
0 commit comments