forked from alterware/iw6-mod
Improved code comment.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user