diff options
author | paramat <paramat@users.noreply.github.com> | 2017-09-04 23:45:47 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-09-05 00:28:18 +0100 |
commit | 115f52af862bc5bf1cb47fe2cc6e0eadb85915a6 (patch) | |
tree | 9e097e8636e3073fe491527ef19a16274f49145e | |
parent | 40dd03e328ff0ae36338615114cb38879752756e (diff) | |
download | minetest-115f52af862bc5bf1cb47fe2cc6e0eadb85915a6.tar.gz minetest-115f52af862bc5bf1cb47fe2cc6e0eadb85915a6.tar.bz2 minetest-115f52af862bc5bf1cb47fe2cc6e0eadb85915a6.zip |
Network protocol documentation: Add 'can_zoom' to version 36
-rw-r--r-- | src/network/networkprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 7eefaccaa..a2cef00ae 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -178,6 +178,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Breaks compatibility with older clients. PROTOCOL VERSION 36: Backwards compatibility drop + Add 'can_zoom' to player object properties */ #define LATEST_PROTOCOL_VERSION 36 |