From 11037eea6715a0d8d24765d5d8e200435cb45775 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 18 Nov 2023 14:01:32 +0100 Subject: [PATCH] Add fps_max --- autoexec.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoexec.cfg b/autoexec.cfg index 994baab..716f79d 100644 --- a/autoexec.cfg +++ b/autoexec.cfg @@ -7,4 +7,6 @@ alias togglenoclip "sv_cheats 1;noclip" bind o rethrow bind p togglenoclip +fps_max 300 + echo "---autoexec loaded---" \ No newline at end of file