mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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)
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue