From 3d0e8a691ff97a148f8c106bc23875df02226f9c Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 6 Aug 2017 03:57:34 +0100 Subject: Step height: Add as a player object property Add settable player step height using the existing object property. Breaks compatibility with old clients, add to protocol version 35. --- src/network/networkprotocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network') diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index c85887802..c90e9456a 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -174,6 +174,8 @@ with this program; if not, write to the Free Software Foundation, Inc., Add settable player collisionbox. Breaks compatibility with older clients as a 1-node vertical offset has been removed from player's position + Add settable player stepheight using existing object property. + Breaks compatibility with older clients. */ #define LATEST_PROTOCOL_VERSION 35 -- cgit v1.2.3