network: bump multiplayer version
This commit is contained in:
parent
d2003dae4a
commit
a9c9ffd32c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue