mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
Fix missing newline after exec userconfig.cfg
This commit is contained in:
parent
3a288ffe4a
commit
626df3673c
@ -1249,7 +1249,7 @@ void Host_WriteConfig( void )
|
|||||||
if( jlook && ( jlook->state & 1 ))
|
if( jlook && ( jlook->state & 1 ))
|
||||||
FS_Printf( f, "+jlook\n" );
|
FS_Printf( f, "+jlook\n" );
|
||||||
|
|
||||||
FS_Printf( f, "exec userconfig.cfg" );
|
FS_Printf( f, "exec userconfig.cfg\n" );
|
||||||
|
|
||||||
CFG_END( f, "config.cfg" );
|
CFG_END( f, "config.cfg" );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user