Fixed minor networking issue

This commit is contained in:
2016-03-18 21:09:02 +11:00
parent 3eafb57403
commit 15cd3648a3
2 changed files with 3 additions and 3 deletions
+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 = 20150820;
constexpr int NETWORK_VERSION = 20160316;
union MaxPacket {
CharacterPacket a;