mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
Fix sv_master1 and 2 both being master.ioquake3.org
This commit is contained in:
parent
1ef365cca8
commit
48c243de89
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define BASETA "missionpack"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.0.1.0 r218"
|
#define PRODUCT_VERSION "v0.0.1.0 r219"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PRODUCT_DATE
|
#ifndef PRODUCT_DATE
|
||||||
|
|
|
@ -264,7 +264,7 @@ extern int demo_protocols[];
|
||||||
#endif
|
#endif
|
||||||
// override on command line, config files etc.
|
// override on command line, config files etc.
|
||||||
#ifndef MASTER_SERVER_NAME
|
#ifndef MASTER_SERVER_NAME
|
||||||
#define MASTER_SERVER_NAME "master.ioquake3.org"
|
#define MASTER_SERVER_NAME "dpmaster.deathmask.net"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STANDALONE
|
#ifndef STANDALONE
|
||||||
|
|
Loading…
Reference in a new issue