mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-22 02:42:15 +00:00
CLIENT: Change "+sprint" bind to "impulse 23"
This commit is contained in:
parent
81b4aa187e
commit
b9cda0f079
2 changed files with 1 additions and 1 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
|
@ -103,7 +103,7 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
|
|||
buttonBind[2] = "+moveleft";
|
||||
buttonBind[3] = "+moveright";
|
||||
buttonBind[4] = "impulse 10";
|
||||
buttonBind[5] = "+sprint";
|
||||
buttonBind[5] = "impulse 23";
|
||||
buttonBind[6] = "impulse 30";
|
||||
buttonBind[7] = "+button4";
|
||||
buttonBind[8] = "+button4";
|
||||
|
|
Loading…
Reference in a new issue