Fixed keybinds working in pause menu

This commit is contained in:
Dan
2020-03-13 11:31:16 +00:00
parent a4f38eaa05
commit e8b4c53bf0

View File

@@ -1742,7 +1742,7 @@ end )
function RunControlManager() function RunControlManager()
-- Make sure only the keyboard works -- Make sure only the keyboard works
if ( IsInputDisabled( 0 ) ) then if ( IsInputDisabled( 0 ) and not IsPauseMenuActive() ) then
if ( not RADAR:GetKeyLockState() ) then if ( not RADAR:GetKeyLockState() ) then
local keyType = RADAR:GetKeybindType() local keyType = RADAR:GetKeybindType()