diff --git a/src/network/room.h b/src/network/room.h index bff190c55..6f8d15aeb 100644 --- a/src/network/room.h +++ b/src/network/room.h @@ -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;