1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-10-11 23:25:56 -05:00

Address first part of review comments

This commit is contained in:
FearlessTobi
2022-07-15 19:45:35 +02:00
parent ec407bd3f1
commit 6c8e456185
16 changed files with 239 additions and 133 deletions

View File

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