This commit is contained in:
m 2021-04-26 10:02:18 -05:00 committed by GitHub
parent 02a77e2e0b
commit 0f53691685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,7 +428,7 @@ namespace game_console
bool console_char_event(const int localClientNum, const int key)
{
if (key == game::keyNum_t::K_GRAVE || key == game::keyNum_t::K_TILDE)
if (key == '`' || key == '~')
{
return false;
}