mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Do not include spurious noticedownload aborting sendfile reports
This commit is contained in:
parent
74421b7700
commit
024a140e8d
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue