mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-24 03:42:23 +00:00
Don't set joining clients to immediately be connected
They need to download the gamestate first
This commit is contained in:
parent
722e1d570e
commit
d10883b033
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…
Reference in a new issue