From 71c8cbdc1254116794779e88b5dcd0282623479a Mon Sep 17 00:00:00 2001 From: Alex <37753918+Acplay5@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:29:27 +0300 Subject: [PATCH] Only handle host options when there is no menu on screen --- Minecraft.Client/Windows64/Windows64_Minecraft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp index d822e9434..e5d2da881 100644 --- a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp +++ b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp @@ -1224,7 +1224,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance, } // TAB opens host options menu. - Vvis :3 - if (KMInput.IsKeyPressed(VK_TAB)) + if (KMInput.IsKeyPressed(VK_TAB) && !ui.GetMenuDisplayed(0)) { if (Minecraft* pMinecraft = Minecraft::GetInstance()) {