▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/MC-122477 Fix
MC-122477 Fix

MC-122477 Fix

Fixes MC-122477 (Linux/GNU: Opening chat sometimes writes 't')

Оцените первым
172
0

MC-122477 Fix

This mod fixes MC-122477 Linux/GNU: Opening chat sometimes writes 't'.

Bug

The bug is caused by an upstream bug in GLFW tracked at GLFW#1794. When the "Open Chat" keybind is pressed the next glfwPollEvents() call should fire a KeyCallback and a CharCallback for the key. Due to the bug the CharCallback isnt fired immediately and instead fires at the next but one glfwPollEvents() call. At this time the ChatScreen might already be open and the character associated with the "Open Chat" keybind (often a "t" is typed into the chat).

Fix

This mod simply cancels the next CharCallback that appears one to three glfwPollEvents() calls after the "Open Chat" or "Open Command" keybind is pressed (only if the chat is actually opened).

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x

Платформы

Поддерживаемые окружения

Клиент

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:2 недели назад
Главная