mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
Skip password check if node is already in-game? idk
This commit is contained in:
parent
bafa4cee7b
commit
82f3d2cdb8
1 changed files with 1 additions and 1 deletions
|
@ -3775,7 +3775,7 @@ static void HandleConnect(SINT8 node)
|
|||
boolean newnode = false;
|
||||
#endif
|
||||
|
||||
if (node != servernode && D_IsJoinPasswordOn())
|
||||
if (node != servernode && !nodeingame[node] && D_IsJoinPasswordOn())
|
||||
{
|
||||
// Ensure node sent the correct password challenge
|
||||
boolean passed = false;
|
||||
|
|
Loading…
Reference in a new issue