Skip to content

Commit 4a4eba7

Browse files
paramatnerzhul
authored andcommitted
Network protocol: Document settable player collisionbox (#6168)
1 parent c50a57c commit 4a4eba7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/network/networkprotocol.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
163163
PROTOCOL VERSION 35:
164164
Rename TOCLIENT_CHAT_MESSAGE to TOCLIENT_CHAT_MESSAGE_OLD (0x30)
165165
Add TOCLIENT_CHAT_MESSAGE (0x2F)
166-
This chat message is a signalisation message containing various informations:
166+
This chat message is a signalisation message containing various
167+
informations:
167168
* timestamp
168169
* sender
169170
* type (RAW, NORMAL, ANNOUNCE, SYSTEM)
170171
* content
171-
Add TOCLIENT_CSM_FLAVOUR_LIMITS to define which CSM flavour should be limited
172+
Add TOCLIENT_CSM_FLAVOUR_LIMITS to define which CSM flavour should be
173+
limited
174+
Add settable player collisionbox. Breaks compatibility with older
175+
clients as a 1-node vertical offset has been removed from player's
176+
position
172177
*/
173178

174179
#define LATEST_PROTOCOL_VERSION 35

0 commit comments

Comments
 (0)