Block sneak while chat is open.

This commit is contained in:
lag 2026-03-06 23:47:43 -06:00
parent 16eec7e68b
commit d41e8363c0

View file

@ -595,6 +595,8 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{ if (vk == VK_UP) chat->handleHistoryUp(); else chat->handleHistoryDown(); break; }
if (vk >= '1' && vk <= '9') // Prevent hotkey conflicts
break;
if (vk == VK_SHIFT)
break;
}
#endif
if (vk == VK_SHIFT)