diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-04 17:25:55 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-04 17:25:55 +0000 |
| commit | 8d99a3d3c9c4142955bdc7ec994dce61b4eb8d15 (patch) | |
| tree | 9cbd6a3d820aa3a6068b8e970ceafeaa9b4a2b71 /src/mastersrv | |
| parent | 171ca682d3edbe641ccc26cba7f5991206ae9041 (diff) | |
| download | zcatch-8d99a3d3c9c4142955bdc7ec994dce61b4eb8d15.tar.gz zcatch-8d99a3d3c9c4142955bdc7ec994dce61b4eb8d15.zip | |
fixed so old request methods work aswell
Diffstat (limited to 'src/mastersrv')
| -rw-r--r-- | src/mastersrv/mastersrv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h index e9e756d4..3e94f9ed 100644 --- a/src/mastersrv/mastersrv.h +++ b/src/mastersrv/mastersrv.h @@ -22,6 +22,9 @@ static const unsigned char SERVERBROWSE_COUNT[] = {255, 255, 255, 255, 's', 'i', 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_FWCHECK[] = {255, 255, 255, 255, 'f', 'w', '?', '?'}; static const unsigned char SERVERBROWSE_FWRESPONSE[] = {255, 255, 255, 255, 'f', 'w', '!', '!'}; static const unsigned char SERVERBROWSE_FWOK[] = {255, 255, 255, 255, 'f', 'w', 'o', 'k'}; |