From aafb64cf70e18d51fbf09686136a101d2c8e6c46 Mon Sep 17 00:00:00 2001 From: Scott Ludwig Date: Fri, 1 Jan 2016 14:28:31 -0800 Subject: [PATCH] Bump MP protocol version because protocol changed --- mpshared/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpshared/constants.h b/mpshared/constants.h index 573c2ee..06ccc14 100644 --- a/mpshared/constants.h +++ b/mpshared/constants.h @@ -6,7 +6,7 @@ namespace wi { -const dword kdwProtocolCurrent = 0x485407d3; +const dword kdwProtocolCurrent = 0x485407d4; const byte XMSG_NONE = 0x00; const byte XMSG_HANDSHAKE = 0x81;