From: Mario Date: Sun, 21 Feb 2016 15:12:07 +0000 (+1000) Subject: Patch by packer: Include the player name at the top of the per-client demo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7134eacb85f988ac31d9ea102978879277020692;p=xonotic%2Fdarkplaces.git Patch by packer: Include the player name at the top of the per-client demo --- 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.