mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-19 07:40:51 +00:00
CLIENT: Fix Controls menu registration for Weapon Switching
This commit is contained in:
parent
da4bd373b0
commit
28a51dbb96
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
|
|||
buttonBind[4] = "impulse 10";
|
||||
buttonBind[5] = "+sprint";
|
||||
buttonBind[6] = "impulse 30";
|
||||
buttonBind[7] = "impulse 110";
|
||||
buttonBind[8] = "impulse 111";
|
||||
buttonBind[7] = "+button4";
|
||||
buttonBind[8] = "+button4";
|
||||
buttonBind[9] = "+button7";
|
||||
buttonBind[10] = "+button5";
|
||||
buttonBind[11] = "+button6";
|
||||
|
|
Loading…
Reference in a new issue