diff --git a/src/client/component/demo_sv_recording.cpp b/src/client/component/demo_sv_recording.cpp index 11af494..29f4f1c 100644 --- a/src/client/component/demo_sv_recording.cpp +++ b/src/client/component/demo_sv_recording.cpp @@ -633,8 +633,8 @@ namespace demo_sv_recording // capture outgoing packets to client SV_Netchan_Transmit_hook.create(game::SV_Netchan_Transmit, sv_capture_data); - // execute server demo code based on this value; if it's is enabled mid-match, - // then the demos recorded during that match (if any) are likely corrupt! + // execute server demo code based on this value + // if this was enabled after a player joined the server, then that match cannot be recorded for that player sv_demos = game::Dvar_RegisterBool( "sv_demos", false, game::DVAR_FLAG_NONE, "Enable server demos");