Fixed keyboard only

This commit is contained in:
Dan
2020-02-18 17:01:26 +00:00
parent 56abe5e36e
commit 4c96e2dda4

View File

@@ -1603,7 +1603,7 @@ end )
function RunControlManager()
-- Make sure only the keyboard works
if ( not IsInputDisabled( 0 ) ) then
if ( IsInputDisabled( 0 ) ) then
if ( not RADAR:GetKeyLockState() ) then
-- Opens the remote control
if ( IsDisabledControlJustPressed( 1, CONFIG.remote_control_key ) ) then