From 4c96e2dda480bf220fa829fe664915a9ac1e4f9e Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 18 Feb 2020 17:01:26 +0000 Subject: [PATCH] Fixed keyboard only --- cl_radar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_radar.lua b/cl_radar.lua index 2fbb3d8..b4170f5 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -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