Skip to content

Commit 2eb329c

Browse files
committed
Bump protocol to 26
This was needed due to the TileDef serialisation changes. Originally it has been planned to also add utf-8 based chat to 26, but chat changes aren't final yet, so they are done in one change, after the release, and not two small ones, causing us having to be compliant to three versions of the packet.
1 parent 5dc9df8 commit 2eb329c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/networkprotocol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
134134
Add TileDef tileable_horizontal, tileable_vertical flags
135135
*/
136136

137-
#define LATEST_PROTOCOL_VERSION 25
137+
#define LATEST_PROTOCOL_VERSION 26
138138

139139
// Server's supported network protocol range
140140
#define SERVER_PROTOCOL_VERSION_MIN 13

0 commit comments

Comments
 (0)