mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions
This commit is contained in:
@@ -47,9 +47,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
PROTOCOL_VERSION 8:
|
PROTOCOL_VERSION 8:
|
||||||
Digging based on item groups
|
Digging based on item groups
|
||||||
Many things
|
Many things
|
||||||
|
PROTOCOL_VERSION 9:
|
||||||
|
ContentFeatures and NodeDefManager use a different serialization
|
||||||
|
format; better for future version cross-compatibility
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PROTOCOL_VERSION 8
|
#define PROTOCOL_VERSION 9
|
||||||
|
|
||||||
#define PROTOCOL_ID 0x4f457403
|
#define PROTOCOL_ID 0x4f457403
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user