Skip to content

Commit 9fdeda0

Browse files
RickyB505TomGrobbe
authored andcommitted
fix controller and keyboard open key
1 parent abb8d3a commit 9fdeda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MenuAPI/MenuController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ private async Task ProcessToggleMenuButtonFiveM()
431431
}
432432
else
433433
{
434-
if (IsUsingKeyboardAndMouse(2))
434+
if (!IsUsingKeyboardAndMouse(2))
435435
{
436436
if (!EnableMenuToggleKeyOnController)
437437
return;

0 commit comments

Comments
 (0)