diff --git a/MenuAPI/MenuController.cs b/MenuAPI/MenuController.cs index eb40812..168fc20 100644 --- a/MenuAPI/MenuController.cs +++ b/MenuAPI/MenuController.cs @@ -431,7 +431,7 @@ private async Task ProcessToggleMenuButtonFiveM() } else { - if (IsUsingKeyboardAndMouse(2)) + if (!IsUsingKeyboardAndMouse(2)) { if (!EnableMenuToggleKeyOnController) return;