diff options
| author | oy <Tom_Adams@web.de> | 2011-03-04 18:14:08 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-04 18:14:08 +0100 |
| commit | 0ae19e1339cacf52a5b90ba5ef6429aa6bed94a2 (patch) | |
| tree | 511eab0065068c84d751cf59898c1383c02c9499 /src/mastersrv/mastersrv.h | |
| parent | 0640acb27e9ffb756439aec07b6b07c8ec314c01 (diff) | |
| download | zcatch-0ae19e1339cacf52a5b90ba5ef6429aa6bed94a2.tar.gz zcatch-0ae19e1339cacf52a5b90ba5ef6429aa6bed94a2.zip | |
removed support for old server infos
Diffstat (limited to 'src/mastersrv/mastersrv.h')
| -rw-r--r-- | src/mastersrv/mastersrv.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h index 8cd5adc8..9da82bff 100644 --- a/src/mastersrv/mastersrv.h +++ b/src/mastersrv/mastersrv.h @@ -18,11 +18,8 @@ static const unsigned char SERVERBROWSE_LIST[] = {255, 255, 255, 255, 'l', 'i', static const unsigned char SERVERBROWSE_GETCOUNT[] = {255, 255, 255, 255, 'c', 'o', 'u', 'n'}; static const unsigned char SERVERBROWSE_COUNT[] = {255, 255, 255, 255, 's', 'i', 'z', 'e'}; -static const unsigned char SERVERBROWSE_GETINFO[] = {255, 255, 255, 255, 'g', 'i', 'e', '2'}; -static const unsigned char SERVERBROWSE_INFO[] = {255, 255, 255, 255, 'i', 'n', 'f', '2'}; - -static const unsigned char SERVERBROWSE_OLD_GETINFO[] = {255, 255, 255, 255, 'g', 'i', 'e', 'f'}; -static const unsigned char SERVERBROWSE_OLD_INFO[] = {255, 255, 255, 255, 'i', 'n', 'f', 'o'}; +static const unsigned char SERVERBROWSE_GETINFO[] = {255, 255, 255, 255, 'g', 'i', 'e', '3'}; +static const unsigned char SERVERBROWSE_INFO[] = {255, 255, 255, 255, 'i', 'n', 'f', '3'}; static const unsigned char SERVERBROWSE_FWCHECK[] = {255, 255, 255, 255, 'f', 'w', '?', '?'}; static const unsigned char SERVERBROWSE_FWRESPONSE[] = {255, 255, 255, 255, 'f', 'w', '!', '!'}; |