Fixed save's comment being set to the filename

This commit is contained in:
smallmodel 2023-12-30 19:09:31 +01:00
parent fe04adee1d
commit e815fda908
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -1981,7 +1981,7 @@ qboolean SV_ArchiveServerFile( qboolean loading, qboolean autosave )
if( strstr( name, "quick.ssv" ) ) {
Com_sprintf( save.comment, sizeof( save.comment ), "QuickSave - %s", comment );
} else {
strcpy( save.comment, name );
strcpy( save.comment, comment );
}
SV_SetConfigstring( CS_SAVENAME, "" );