From: Des Date: Mon, 5 Aug 2024 18:44:20 +0000 (-0300) Subject: Call resendcsqcents to get the full CSQC entities into the start of the demo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Fdes%2Fdemo_rerecord;p=xonotic%2Fdarkplaces.git Call resendcsqcents to get the full CSQC entities into the start of the demo --- diff --git a/cl_demo.c b/cl_demo.c index b61ebf26..65f0ae86 100644 --- a/cl_demo.c +++ b/cl_demo.c @@ -510,6 +510,10 @@ void CL_Record_f(cmd_state_t *cmd) CL_WriteDemoMessage(&buf); + // request server all csqc entities + MSG_WriteByte(&cls.netcon->message, clc_stringcmd); + MSG_WriteString(&cls.netcon->message, "resendcsqcents"); + } else {