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;