From 839e935ba0572c592a791cc4dd4df4a9f6d2d260 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 13 Dec 2018 11:20:57 +0100 Subject: Network: Send IEEE floats (#7768) --- src/network/networkprotocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/networkprotocol.h') diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 12a91e647..0cf77b8c5 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -191,6 +191,7 @@ with this program; if not, write to the Free Software Foundation, Inc., PROTOCOL VERSION 37: Redo detached inventory sending Add TOCLIENT_NODEMETA_CHANGED + New network float format */ #define LATEST_PROTOCOL_VERSION 37 -- cgit v1.2.3