Remove cl_show_quads bind

This commit is contained in:
Dennis Felsing 2022-04-24 12:28:04 +02:00
parent b14c916dd5
commit 394b2a02e0

View file

@ -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);