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 0045e29 commit 58029f6Copy full SHA for 58029f6
lua/custom_chat/client/main.lua
@@ -515,8 +515,6 @@ local function CustomChat_HUDShouldDraw( name )
515
if name == "CHudChat" then return false end
516
end
517
518
-local isGamePaused = false
519
-
520
local function CustomChat_Think()
521
if not CustomChat.frame then return end
522
@@ -527,7 +525,7 @@ end
527
525
528
526
local function CustomChat_OnPauseMenuShow()
529
530
+
531
if CustomChat.frame:IsVisible() then
532
CustomChat.frame:SetVisible( false )
533
0 commit comments