mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 22:33:32 +00:00
Update m_menu.c
Add check netgame check if someone use both -noipv4 and -noipv6
This commit is contained in:
parent
1278bc5727
commit
0fe8c7a57a
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue