engine: add testing master server at mentality.rip:27011
This commit is contained in:
parent
6634e0487c
commit
2ecbe5b67e
2 changed files with 2 additions and 0 deletions
|
@ -419,5 +419,6 @@ void NET_InitMasters( void )
|
|||
|
||||
// keep main master always there
|
||||
NET_AddMaster( MASTERSERVER_ADR, false );
|
||||
NET_AddMaster( MASTERSERVER_ADR_TEST, false );
|
||||
NET_LoadMasters( );
|
||||
}
|
||||
|
|
|
@ -70,6 +70,7 @@ GNU General Public License for more details.
|
|||
#define NET_MAX_MESSAGE PAD_NUMBER(( NET_MAX_PAYLOAD + HEADER_BYTES ), 16 )
|
||||
|
||||
#define MASTERSERVER_ADR "mentality.rip:27010"
|
||||
#define MASTERSERVER_ADR_TEST "mentality.rip:27011"
|
||||
#define MS_SCAN_REQUEST "1\xFF" "0.0.0.0:0\0"
|
||||
|
||||
#define PORT_MASTER 27010
|
||||
|
|
Loading…
Add table
Reference in a new issue