mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
Request a download after completing the join challenge
This commit is contained in:
parent
f7c726dd71
commit
98478d6712
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue