fixed?
This commit is contained in:
parent
02a77e2e0b
commit
0f53691685
@ -428,7 +428,7 @@ namespace game_console
|
|||||||
|
|
||||||
bool console_char_event(const int localClientNum, const int key)
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user