From 9fdeda01ea3cc16d856c28a4686ebacb4a97501e Mon Sep 17 00:00:00 2001 From: Ricky Merc <65817116+RickyB505@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:23:59 -0400 Subject: [PATCH] fix controller and keyboard open key --- MenuAPI/MenuController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;