Disabled getting motd from update server in standalone build.
This commit is contained in:
parent
1469df546e
commit
abe85940ae
2 changed files with 10 additions and 0 deletions
|
@ -260,7 +260,9 @@ PROTOCOL
|
|||
// NOTE: that stuff only works with two digits protocols
|
||||
extern int demo_protocols[];
|
||||
|
||||
#if !defined UPDATE_SERVER_NAME && !defined STANDALONE
|
||||
#define UPDATE_SERVER_NAME "update.quake3arena.com"
|
||||
#endif
|
||||
// override on command line, config files etc.
|
||||
#ifndef MASTER_SERVER_NAME
|
||||
#define MASTER_SERVER_NAME "master.quake3arena.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue