diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index 4a6f6fc..ec79f75 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -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"