aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-10-18 12:54:08 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-10-18 12:54:08 +0200
commit3a718f12b433ef3980c8fc6e29957595110cd8f4 (patch)
treef7c05e501df2c9a40d62ba13b0a3b9b78b394959 /src/network/networkprotocol.h
parent3b596a96e07bf8f799be6c21a546355980e34b94 (diff)
downloaddragonfireclient-3a718f12b433ef3980c8fc6e29957595110cd8f4.tar.xz
Make lint happy; Remove stupid redirector
Diffstat (limited to 'src/network/networkprotocol.h')
-rw-r--r--src/network/networkprotocol.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h
index 3ac9b4af8..e57a7a794 100644
--- a/src/network/networkprotocol.h
+++ b/src/network/networkprotocol.h
@@ -204,8 +204,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
PROTOCOL VERSION 39:
Updated set_sky packet
Adds new sun, moon and stars packets
- PROTOCOL VERSION 40:
- Added TOCLIENT_REDIRECT
*/
#define LATEST_PROTOCOL_VERSION 40
@@ -765,13 +763,7 @@ enum ToClientCommand
u16 len
u8[len] formspec
*/
-
- TOCLIENT_REDIRECT = 0x62,
- /*
- std::string address
- u16 port
- */
-
+
TOCLIENT_NUM_MSG_TYPES = 0x63,
};