Whoops I fucked that up

This commit is contained in:
James R 2020-04-13 17:45:02 -07:00
parent abd15288b4
commit 8c9e5fc644
1 changed files with 1 additions and 1 deletions

View File

@ -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)