mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
Revert "Request a download after completing the join challenge"
This reverts commit 98478d6712.
This commit is contained in:
parent
9305cf7129
commit
82b3649ad6
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…
Add table
Reference in a new issue