* Replace the hardcoded SLASH define with an actual keybind.

This was a thing in released Minecraft
This commit is contained in:
iProgramInCpp
2023-08-22 19:31:15 +03:00
parent bf5114e684
commit 282ecf85d4
5 changed files with 10 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ enum eKeyMappingIndex
KM_TOGGLE3RD,
KM_FLY_UP,
KM_FLY_DOWN,
KM_CHAT_CMD, // called "Open Chat" in Release 1.8
KM_COUNT,
};