diff options
author | /dev/humancontroller <devhc@example.com> | 2015-04-18 15:52:27 -0500 |
---|---|---|
committer | Jeff Kent <jeff@jkent.net> | 2015-06-08 17:01:01 -0500 |
commit | 716b3ff876671b1711814cf99ae8e7264147c87a (patch) | |
tree | 29edb378d00e108d272f5f8b0f3109b774cbfa27 /src/qcommon/qcommon.h | |
parent | b2a8e63c896467f5edea2a49d8b536957845c9dd (diff) |
change the serverlist-querying methods to be compatible with the current deployment of master servers
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 98d1f1ec..9dd6df43 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -256,7 +256,7 @@ extern int demo_protocols[]; #define MASTER_SERVER_NAME "master.tremulous.net" #endif -#define PORT_MASTER 30710 +#define PORT_MASTER 30700 #define PORT_SERVER 30720 #define NUM_SERVER_PORTS 4 // broadcast scan this many ports after // PORT_SERVER so a single machine can |