From a1e2b1a55abc1f1edd6df9e3cdc9ce264a02c502 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 28 Sep 2023 12:23:43 +0200 Subject: [PATCH] typo 2 --- games/cs2/autoexec.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index ec79f75..32ee86e 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -14,7 +14,7 @@ bind "KP_MINUS" "disconnect" // FPS in tab alias "+scorenet" "+showscores; cl_showfps 1" -alias "-scorenet" "-showscores; cl_showfps 1" +alias "-scorenet" "-showscores; cl_showfps 0" unbind "TAB" bind "TAB" "+scorenet"