network: bump multiplayer version
This commit is contained in:
parent
d2003dae4a
commit
a9c9ffd32c
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace Network {
|
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;
|
constexpr u16 DefaultRoomPort = 24872;
|
||||||
|
|
||||||
|
|
Reference in New Issue