diff --git a/games/csgo/autoexec.cfg b/games/csgo/autoexec.cfg index a1406da..1402d96 100644 --- a/games/csgo/autoexec.cfg +++ b/games/csgo/autoexec.cfg @@ -31,6 +31,9 @@ bind "p" "sv_cheats 1; noclip" // Load custom game script alias "cg" "exec customgame" +// Apply all the settings +mp_restartgame "1" + // Reload script unbind "SEMICOLON" bind "SEMICOLON" "exec autoexec"