mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #818 from marcelherd/master
Remove default bind for home key (kill)
This commit is contained in:
commit
a3d6d3d750
|
@ -319,7 +319,6 @@ void CBinds::SetDDRaceBinds(bool FreeOnly)
|
|||
Bind(KEY_KP_PLUS, "zoom+", FreeOnly);
|
||||
Bind(KEY_KP_MINUS, "zoom-", FreeOnly);
|
||||
Bind(KEY_KP_MULTIPLY, "zoom", FreeOnly);
|
||||
Bind(KEY_HOME, "kill", FreeOnly);
|
||||
Bind(KEY_PAUSE, "say /pause", FreeOnly);
|
||||
Bind(KEY_UP, "+jump", FreeOnly);
|
||||
Bind(KEY_LEFT, "+left", FreeOnly);
|
||||
|
|
Loading…
Reference in a new issue