mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Revert "Request a download after completing the join challenge"
This reverts commit d5ca4d3f42
.
This commit is contained in:
parent
82b5ce5495
commit
ccb6da9ab7
1 changed files with 1 additions and 4 deletions
|
@ -4126,10 +4126,7 @@ static void HandlePacketFromAwayNode(SINT8 node)
|
||||||
if (I_NetMakeNodewPort)
|
if (I_NetMakeNodewPort)
|
||||||
servernode = I_NetMakeNode(cl_challengeaddress);
|
servernode = I_NetMakeNode(cl_challengeaddress);
|
||||||
#endif
|
#endif
|
||||||
if (cl_needsdownload)
|
cl_mode = CL_ASKJOIN;
|
||||||
cl_mode = CL_ASKDOWNLOADFILES;
|
|
||||||
else
|
|
||||||
cl_mode = CL_ASKJOIN;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in a new issue