Skip to content
Snippets Groups Projects
Commit e0927027 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Display node's IP when printing the "sending file to node n" message, if...

Display node's IP when printing the "sending file to node n" message, if noticedownload is turned on
parent 569af9f4
No related branches found
No related tags found
2 merge requests!252OpenGL: Public flatsprite: The Fixening,!185Netcode hotfix
......@@ -495,7 +495,7 @@ static boolean SV_SendFile(INT32 node, const char *filename, UINT8 fileid)
char wadfilename[MAX_WADPATH];
if (cv_noticedownload.value)
CONS_Printf("Sending file \"%s\" to node %d\n", filename, node);
CONS_Printf("Sending file \"%s\" to node %d (%s)\n", filename, node, I_GetNodeAddress(node));
// Find the last file in the list and set a pointer to its "next" field
q = &transfer[node].txlist;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment