Fix missing newline after exec userconfig.cfg

This commit is contained in:
Alibek Omarov 2018-12-25 06:12:01 +03:00
parent 3a288ffe4a
commit 626df3673c
1 changed files with 1 additions and 1 deletions

View File

@ -1249,7 +1249,7 @@ void Host_WriteConfig( void )
if( jlook && ( jlook->state & 1 ))
FS_Printf( f, "+jlook\n" );
FS_Printf( f, "exec userconfig.cfg" );
FS_Printf( f, "exec userconfig.cfg\n" );
CFG_END( f, "config.cfg" );
}