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"
|
unbind "KP_MINUS"
|
||||||
bind "KP_MINUS" "disconnect"
|
bind "KP_MINUS" "disconnect"
|
||||||
|
|
||||||
// Change hand - CS2 doesn't support left hand yet
|
// Change hand - CS2 doesnt support left hand yet
|
||||||
// unbind "a"
|
// unbind "a"
|
||||||
// bind "a" "toggle cl_righthand 0 1"
|
// bind "a" "toggle cl_righthand 0 1"
|
||||||
|
|
||||||
// FPS in tab
|
// FPS in tab
|
||||||
alias "+scorenet" "+showscores; cl_showfps 1 1"
|
alias "+scorenet" "+showscores; cl_showfps 1"
|
||||||
alias "-scorenet" "-showscores; cl_showfps 1 0"
|
alias "-scorenet" "-showscores; cl_showfps 1"
|
||||||
unbind "TAB"
|
unbind "TAB"
|
||||||
bind "TAB" "+scorenet"
|
bind "TAB" "+scorenet"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue