mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-31 13:00:52 +00:00
Remove check for cg_recordSPDemoName.string array address
It will always be true.
This commit is contained in:
parent
da8a74d734
commit
f0c4c185fc
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ static void CG_MapRestart( void ) {
|
|||
#ifdef MISSIONPACK
|
||||
if (cg_singlePlayerActive.integer) {
|
||||
trap_Cvar_Set("ui_matchStartTime", va("%i", cg.time));
|
||||
if (cg_recordSPDemo.integer && cg_recordSPDemoName.string && *cg_recordSPDemoName.string) {
|
||||
if (cg_recordSPDemo.integer && *cg_recordSPDemoName.string) {
|
||||
trap_SendConsoleCommand(va("set g_synchronousclients 1 ; record %s \n", cg_recordSPDemoName.string));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue