typo
This commit is contained in:
parent
e5202397c0
commit
e0f23fe5a6
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@ exec myconfig
|
|||
unbind "KP_MINUS"
|
||||
bind "KP_MINUS" "disconnect"
|
||||
|
||||
// Change hand - CS2 doesn't support left hand yet
|
||||
// Change hand - CS2 doesnt support left hand yet
|
||||
// unbind "a"
|
||||
// bind "a" "toggle cl_righthand 0 1"
|
||||
|
||||
// FPS in tab
|
||||
alias "+scorenet" "+showscores; cl_showfps 1 1"
|
||||
alias "-scorenet" "-showscores; cl_showfps 1 0"
|
||||
alias "+scorenet" "+showscores; cl_showfps 1"
|
||||
alias "-scorenet" "-showscores; cl_showfps 1"
|
||||
unbind "TAB"
|
||||
bind "TAB" "+scorenet"
|
||||
|
||||
|
|
Loading…
Reference in a new issue