mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Fix missing newline after exec userconfig.cfg
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user