mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
Fix freeze when trying to host with a join password already set
This commit is contained in:
parent
0ed74b3066
commit
ddf2db8a36
1 changed files with 1 additions and 1 deletions
|
@ -3733,7 +3733,7 @@ static void HandleConnect(SINT8 node)
|
|||
boolean newnode = false;
|
||||
#endif
|
||||
|
||||
if (D_IsJoinPasswordOn())
|
||||
if (node != servernode && D_IsJoinPasswordOn())
|
||||
{
|
||||
// Ensure node sent the correct password challenge
|
||||
boolean passed = false;
|
||||
|
|
Loading…
Reference in a new issue