mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Fixed keybinds working in pause menu
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user