Update m_menu.c

Add check netgame check if someone use both -noipv4 and -noipv6
This commit is contained in:
Alam Ed Arias 2025-02-02 22:29:23 -05:00
parent 1278bc5727
commit 0fe8c7a57a

View file

@ -3892,6 +3892,9 @@ void M_Ticker(void)
M_SetupScreenshotMenu();
#if defined (MASTERSERVER) && defined (HAVE_THREADS)
if (!netgame)
return;
I_lock_mutex(&ms_ServerList_mutex);
{
if (ms_ServerList)