From e8b4c53bf094465d664028275fb4e843e68b74a6 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 13 Mar 2020 11:31:16 +0000 Subject: [PATCH] Fixed keybinds working in pause menu --- cl_radar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_radar.lua b/cl_radar.lua index 84c5ee1..942484b 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -1742,7 +1742,7 @@ end ) function RunControlManager() -- Make sure only the keyboard works - if ( IsInputDisabled( 0 ) ) then + if ( IsInputDisabled( 0 ) and not IsPauseMenuActive() ) then if ( not RADAR:GetKeyLockState() ) then local keyType = RADAR:GetKeybindType()