Updated network version, instructions

This commit is contained in:
2016-12-09 22:50:28 +11:00
parent b844f35e95
commit 4f5b87d0f7
2 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
typedef SerialPacketBase SerialPacket;
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
constexpr int NETWORK_VERSION = 20160825;
constexpr int NETWORK_VERSION = 20161209;
union MaxPacket {
BarrierPacket a;