Request a download after completing the join challenge

This commit is contained in:
James R 2020-04-18 18:45:50 -07:00
parent 312fb87937
commit d5ca4d3f42

View file

@ -4101,7 +4101,10 @@ static void HandlePacketFromAwayNode(SINT8 node)
if (I_NetMakeNodewPort)
servernode = I_NetMakeNode(cl_challengeaddress);
#endif
cl_mode = CL_ASKJOIN;
if (cl_needsdownload)
cl_mode = CL_ASKDOWNLOADFILES;
else
cl_mode = CL_ASKJOIN;
break;
case 1: