diff options
Diffstat (limited to 'src/mastersrv/mastersrv.h')
| -rw-r--r-- | src/mastersrv/mastersrv.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h index a1dcafb1..9fd074be 100644 --- a/src/mastersrv/mastersrv.h +++ b/src/mastersrv/mastersrv.h @@ -1,19 +1,10 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ -static const int MASTERSERVER_PORT = 8383; +static const int MASTERSERVER_PORT = 8300; enum { MAX_SERVERS = 200 }; -/*enum { - SERVERBROWSE_NULL=0, - SERVERBROWSE_HEARTBEAT, - SERVERBROWSE_GETLIST, - SERVERBROWSE_LIST, - SERVERBROWSE_GETINFO, - SERVERBROWSE_INFO, -};*/ - static const unsigned char SERVERBROWSE_HEARTBEAT[] = {255, 255, 255, 255, 'b', 'e', 'a', 't'}; static const unsigned char SERVERBROWSE_GETLIST[] = {255, 255, 255, 255, 'r', 'e', 'q', 't'}; |