Updated network version tag

This commit is contained in:
2015-08-20 20:42:19 +10:00
parent 345980af5e
commit 03e643a17a
+1 -1
View File
@@ -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;