mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove cl_show_quads bind
This commit is contained in:
parent
b14c916dd5
commit
394b2a02e0
|
@ -482,7 +482,6 @@ void CBinds::SetDDRaceBinds(bool FreeOnly)
|
|||
Bind(KEY_X, "toggle cl_dummy 0 1", FreeOnly);
|
||||
Bind(KEY_H, "toggle cl_dummy_hammer 0 1", FreeOnly);
|
||||
Bind(KEY_SLASH, "+show_chat; chat all /", FreeOnly);
|
||||
Bind(KEY_PAGEDOWN, "toggle cl_show_quads 0 1", FreeOnly);
|
||||
Bind(KEY_PAGEUP, "toggle cl_overlay_entities 0 100", FreeOnly);
|
||||
Bind(KEY_KP_0, "say /emote normal 999999", FreeOnly);
|
||||
Bind(KEY_KP_1, "say /emote happy 999999", FreeOnly);
|
||||
|
|
Loading…
Reference in a new issue