mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-12 08:08:02 +00:00
engine: add testing master server at mentality.rip:27011
This commit is contained in:
parent
6634e0487c
commit
2ecbe5b67e
@ -419,5 +419,6 @@ void NET_InitMasters( void )
|
|||||||
|
|
||||||
// keep main master always there
|
// keep main master always there
|
||||||
NET_AddMaster( MASTERSERVER_ADR, false );
|
NET_AddMaster( MASTERSERVER_ADR, false );
|
||||||
|
NET_AddMaster( MASTERSERVER_ADR_TEST, false );
|
||||||
NET_LoadMasters( );
|
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 NET_MAX_MESSAGE PAD_NUMBER(( NET_MAX_PAYLOAD + HEADER_BYTES ), 16 )
|
||||||
|
|
||||||
#define MASTERSERVER_ADR "mentality.rip:27010"
|
#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 MS_SCAN_REQUEST "1\xFF" "0.0.0.0:0\0"
|
||||||
|
|
||||||
#define PORT_MASTER 27010
|
#define PORT_MASTER 27010
|
||||||
|
Loading…
Reference in New Issue
Block a user