mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-23 06:56:17 +00:00
Remove the need for sending the savegame if you're the host. You don't need to send it to yourself. What are you doing?
This commit is contained in:
parent
3d5ee263e0
commit
8750feb196
1 changed files with 1 additions and 1 deletions
|
|
@ -3535,7 +3535,7 @@ static void HandleConnect(SINT8 node)
|
|||
#ifdef JOININGAME
|
||||
if (nodewaiting[node])
|
||||
{
|
||||
if (newnode)
|
||||
if (node && newnode)
|
||||
{
|
||||
SV_SendSaveGame(node); // send a complete game state
|
||||
DEBFILE("send savegame\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue