CLIENT: Change "+sprint" bind to "impulse 23"

This commit is contained in:
cypress 2024-05-24 19:10:13 -07:00
parent 81b4aa187e
commit b9cda0f079
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

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