Improved code comment.

This commit is contained in:
Caball009
2025-09-12 19:30:50 +02:00
parent ea6da588c3
commit 38d8148c82
+2 -2
View File
@@ -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");