mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Register servername etc. under NOMD5
This fixes crashes in the menus.
This commit is contained in:
parent
08627752b2
commit
0f2b8b8b2c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <time.h>
|
||||
|
||||
#if (defined (NOMD5) || defined (NOMSERV)) && !defined (NONET)
|
||||
#if (defined (NOMSERV)) && !defined (NONET)
|
||||
#define NONET
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue