I do not understand version control and no one can make me learn

This commit is contained in:
AJ Martinez 2023-03-21 02:48:54 -07:00 committed by James R
parent f5b7238ba9
commit 7f479d14c2

View file

@ -4692,6 +4692,9 @@ static void HandlePacketFromAwayNode(SINT8 node)
{
PT_ClientKey(node);
nodeneedsauth[node] = true;
freezetimeout[node] = I_GetTime() + jointimeout;
CONS_Printf("4: node %d -> %d\n", node, nodeneedsauth[node]);
if (nodeneedsauth[node] == false)
{