Skip to content
Snippets Groups Projects
Commit f27de6c3 authored by LJ Sonic's avatar LJ Sonic
Browse files

Remove useless condition

parent ba91520e
Branches
Tags
1 merge request!1920Delete netcode
......@@ -3563,8 +3563,6 @@ static void HandleConnect(SINT8 node)
DEBFILE("new node joined\n");
}
#ifndef NONET
if (netnodes[node].numplayerswaiting)
{
if ((gamestate == GS_LEVEL || gamestate == GS_INTERMISSION) && newnode)
{
SV_SendSaveGame(node, false); // send a complete game state
......@@ -3573,7 +3571,6 @@ static void HandleConnect(SINT8 node)
SV_AddWaitingPlayers(names[0], names[1]);
joindelay += cv_joindelay.value * TICRATE;
player_joining = true;
}
#endif
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment