From: Holger Schemel Date: Mon, 20 Aug 2018 09:11:12 +0000 (+0200) Subject: changed network protocol version from 1.2.0 to 2.0.0 X-Git-Tag: 4.1.1.0~70 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d71f1c58bdbffaeb7b778bc0fa35b46f17b4b3b7 changed network protocol version from 1.2.0 to 2.0.0 --- diff --git a/src/netserv.h b/src/netserv.h index 53d96276..463b202f 100644 --- a/src/netserv.h +++ b/src/netserv.h @@ -16,8 +16,8 @@ #define DEFAULT_SERVER_PORT 19504 -#define PROTOCOL_VERSION_1 1 -#define PROTOCOL_VERSION_2 2 +#define PROTOCOL_VERSION_1 2 +#define PROTOCOL_VERSION_2 0 #define PROTOCOL_VERSION_3 0 #define OP_PROTOCOL_VERSION 1