From 03e643a17a881f9ecc13c6b28db8fd9d1da23d16 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 20 Aug 2015 20:42:19 +1000 Subject: [PATCH] Updated network version tag --- network/serial_packet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/serial_packet.hpp b/network/serial_packet.hpp index 54a0ffd..fbfb851 100644 --- a/network/serial_packet.hpp +++ b/network/serial_packet.hpp @@ -33,7 +33,7 @@ typedef SerialPacketBase SerialPacket; //DOCS: NETWORK_VERSION is used to discern compatible servers and clients -constexpr int NETWORK_VERSION = 20150304; +constexpr int NETWORK_VERSION = 20150820; union MaxPacket { CharacterPacket a;