From 8c9e5fc64487ce1a7f3cd3fd81ee87a2af387839 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 13 Apr 2020 17:45:02 -0700 Subject: [PATCH] Whoops I fucked that up --- src/d_clisrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 7f242e79..0aec685c 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -1471,7 +1471,7 @@ static void SV_SendServerInfo(INT32 node, tic_t servertime) netbuffer->u.serverinfo.actnum = 0; //mapheaderinfo[gamemap-1]->actnum #ifdef HAVE_CURL - if (D_IsJoinPasswordOn()) + if (! D_IsJoinPasswordOn()) { mirror_length = strlen(httpurl); if (mirror_length > MAX_MIRROR_LENGTH)