mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed save's comment being set to the filename
This commit is contained in:
parent
fe04adee1d
commit
e815fda908
1 changed files with 1 additions and 1 deletions
|
@ -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, "" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue