diff options
author | paramat <paramat@users.noreply.github.com> | 2017-08-06 03:57:34 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-08-09 11:06:22 +0100 |
commit | 3d0e8a691ff97a148f8c106bc23875df02226f9c (patch) | |
tree | f489270236bdf888652ddeb90609f83e760c0f64 /src/network | |
parent | 7cd1251d83bd66a73fa7e9b676e6fe30e91e613a (diff) | |
download | minetest-3d0e8a691ff97a148f8c106bc23875df02226f9c.tar.gz minetest-3d0e8a691ff97a148f8c106bc23875df02226f9c.tar.bz2 minetest-3d0e8a691ff97a148f8c106bc23875df02226f9c.zip |
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.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/networkprotocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |