mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
I do not understand version control and no one can make me learn
This commit is contained in:
parent
f5b7238ba9
commit
7f479d14c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue