save all settings
This commit is contained in:
parent
08e4c8954b
commit
33b3205518
2 changed files with 3 additions and 3 deletions
|
@ -38,6 +38,9 @@ alias "cg" "exec customgame"
|
|||
unbind "SEMICOLON"
|
||||
bind "SEMICOLON" "exec autoexec"
|
||||
|
||||
// Save settings
|
||||
host_writeconfig
|
||||
|
||||
// Debug message
|
||||
echo "========================================================================================================================================================================"
|
||||
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
|
||||
|
|
|
@ -57,9 +57,6 @@ snd_mvp_volume "0.09"
|
|||
snd_tensecondwarning_volume "0.3"
|
||||
volume "0.5"
|
||||
|
||||
// Save settings
|
||||
host_writeconfig
|
||||
|
||||
// Debug message
|
||||
echo "========================================================================================================================================================================"
|
||||
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
||||
|
|
Loading…
Reference in a new issue