mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 21:11:00 +00:00
Correction to the bug that prevented starting a server.
This commit is contained in:
parent
fa0132bef6
commit
fffe82b863
1 changed files with 1 additions and 1 deletions
|
@ -3749,7 +3749,7 @@ static void HandlePacketFromAwayNode(SINT8 node)
|
||||||
/// Also, according to HandleConnect, the server will send the savegame even during intermission...
|
/// Also, according to HandleConnect, the server will send the savegame even during intermission...
|
||||||
/// Sryder 2018-07-05: If we don't want to send the player config another way we need to send the gamestate
|
/// 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?
|
/// At almost any gamestate there could be joiners... So just always send gamestate?
|
||||||
cl_mode = CL_DOWNLOADSAVEGAME;
|
cl_mode = ((node == servernode) ? CL_CONNECTED : CL_DOWNLOADSAVEGAME);
|
||||||
#else
|
#else
|
||||||
cl_mode = CL_CONNECTED;
|
cl_mode = CL_CONNECTED;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue