mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-05-30 18:02:41 +02:00
Fixed keybinds working in pause menu
This commit is contained in:
+1
-1
@@ -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