summaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2017-04-22 12:59:02 +0100
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-04-22 13:59:02 +0200
commit0c34fe20a101f3e9297b3ffab4e8b736a55a558f (patch)
tree787ec85836e3aa9f4a32bc56c12c065ab71f6946 /src/network/networkprotocol.h
parent4c03190ce80457f19f87f9a3a6b4b03fb4f08ee1 (diff)
downloadminetest-0c34fe20a101f3e9297b3ffab4e8b736a55a558f.tar.gz
minetest-0c34fe20a101f3e9297b3ffab4e8b736a55a558f.tar.bz2
minetest-0c34fe20a101f3e9297b3ffab4e8b736a55a558f.zip
Network:Remove old opcodes and fix documentation. (#5573)
Diffstat (limited to 'src/network/networkprotocol.h')
-rw-r--r--src/network/networkprotocol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h
index b586fa70b..cf60b3a10 100644
--- a/src/network/networkprotocol.h
+++ b/src/network/networkprotocol.h
@@ -50,6 +50,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
ContentFeatures and NodeDefManager use a different serialization
format; better for future version cross-compatibility
Many things
+ Obsolete TOCLIENT_PLAYERITEM
PROTOCOL_VERSION 10:
TOCLIENT_PRIVILEGES
Version raised to force 'fly' and 'fast' privileges into effect.
@@ -104,7 +105,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
PROTOCOL_VERSION 22:
add swap_node
PROTOCOL_VERSION 23:
- TOSERVER_CLIENT_READY
+ Obsolete TOSERVER_RECEIVED_MEDIA
+ Add TOSERVER_CLIENT_READY
PROTOCOL_VERSION 24:
ContentFeatures version 7
ContentFeatures: change number of special tiles to 6 (CF_SPECIAL_COUNT)