From 7134eacb85f988ac31d9ea102978879277020692 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 22 Feb 2016 01:12:07 +1000 Subject: [PATCH] Patch by packer: Include the player name at the top of the per-client demo --- sv_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sv_main.c b/sv_main.c index d0738905..c51346e6 100644 --- a/sv_main.c +++ b/sv_main.c @@ -949,6 +949,7 @@ void SV_SendServerinfo (client_t *client) dpsnprintf (demofile, sizeof(demofile), "%s_%s_%d_%s.dem", Sys_TimeString (sv_autodemo_perclient_nameformat.string), sv.worldbasename, PRVM_NUM_FOR_EDICT(client->edict), ipaddress); SV_StartDemoRecording(client, demofile, -1); + SV_WriteNetnameIntoDemo(client); } //[515]: init csprogs according to version of svprogs, check the crc, etc. -- 2.39.2