Skip to content

Commit

Permalink
Do not include spurious noticedownload aborting sendfile reports
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterone committed Nov 1, 2022
1 parent 74421b7 commit 024a140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/d_netfil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,6 @@ boolean SV_SendingFile(INT32 node)
*/
void SV_AbortSendFiles(INT32 node)
{
if (cv_noticedownload.value)
CONS_Printf("Aborting send files for node %d...\n", node);
while (transfer[node].txlist)
SV_EndFileSend(node);
}
Expand Down

0 comments on commit 024a140

Please sign in to comment.