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