Revert "Request a download after completing the join challenge"

This reverts commit d5ca4d3f42.
This commit is contained in:
James R 2020-04-26 01:11:25 -07:00
parent 82b5ce5495
commit ccb6da9ab7

View file

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