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

Ignore duplicate PT_CLIENTJOIN packets

parent 6ae44fe9
No related branches found
No related tags found
1 merge request!1920Delete netcode
......@@ -3505,6 +3505,10 @@ static void HandleConnect(SINT8 node)
INT32 rejoinernum;
INT32 i;
// Ignore duplicate packets
if (netnodes[node].ingame)
return;
rejoinernum = FindRejoinerNum(node);
const char *refuse = GetRefuseMessage(node, rejoinernum);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment