network: bump multiplayer version

This commit is contained in:
zhupengfei 2018-10-01 09:53:20 +08:00
parent d2003dae4a
commit a9c9ffd32c
No known key found for this signature in database
GPG key ID: DD129E108BD09378

View file

@ -12,7 +12,7 @@
namespace Network {
constexpr u32 network_version = 3; ///< The version of this Room and RoomMember
constexpr u32 network_version = 4; ///< The version of this Room and RoomMember
constexpr u16 DefaultRoomPort = 24872;