From 103fc3e7b8ce086896ec2399a823fc18a0d08c68 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Fri, 12 Apr 2019 15:15:11 +0300 Subject: [PATCH] need that shit in chat input as well --- src/game/g_window.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 95e2c4d..82107dc 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -515,7 +515,7 @@ begin e_KeyUpDown(key, down); g_Console_ProcessBind(key, down); end - else if gConsoleShow or (g_ActiveWindow <> nil) then + else if gConsoleShow or gChatShow or (g_ActiveWindow <> nil) then begin // key repeat in menus and shit KeyPress(key); -- 2.29.2