about summary refs log tree commit diff
path: root/src/mastersrv/mastersrv.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-11-15 13:29:56 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-11-15 13:29:56 +0000
commit8acf5ed7880c1769d371bb07cb847d0c3a9d8dc7 (patch)
tree744d974f3d94eaeb114c16c236dfb4f473673c09 /src/mastersrv/mastersrv.h
parent54429b70cfc57ada380af86127a941f3d20235f4 (diff)
downloadzcatch-8acf5ed7880c1769d371bb07cb847d0c3a9d8dc7.tar.gz
zcatch-8acf5ed7880c1769d371bb07cb847d0c3a9d8dc7.zip
upgraded the master server code so it can handle more servers
Diffstat (limited to 'src/mastersrv/mastersrv.h')
-rw-r--r--src/mastersrv/mastersrv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h
index 3e94f9ed..cfac2e71 100644
--- a/src/mastersrv/mastersrv.h
+++ b/src/mastersrv/mastersrv.h
@@ -1,10 +1,6 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
 static const int MASTERSERVER_PORT = 8300;
 
-enum {
-	MAX_SERVERS = 200
-};
-
 typedef struct MASTERSRV_ADDR
 {
 	unsigned char ip[4];