mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Merge branch 'gamestate-download-fix' into 'master'
Don't set joining clients to immediately be connected See merge request KartKrew/Kart!3
This commit is contained in:
commit
c146676916
1 changed files with 2 additions and 1 deletions
|
|
@ -3750,8 +3750,9 @@ static void HandlePacketFromAwayNode(SINT8 node)
|
|||
/// Sryder 2018-07-05: If we don't want to send the player config another way we need to send the gamestate
|
||||
/// At almost any gamestate there could be joiners... So just always send gamestate?
|
||||
cl_mode = CL_DOWNLOADSAVEGAME;
|
||||
#endif
|
||||
#else
|
||||
cl_mode = CL_CONNECTED;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue