early-access version 2906

This commit is contained in:
pineappleEA
2022-08-16 22:55:47 +02:00
parent b9013ce839
commit 443f6fe526
38 changed files with 1471 additions and 551 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ void Lobby::OnJoinRoom(const QModelIndex& source) {
}
#endif
if (auto room_member = room_network.GetRoomMember().lock()) {
room_member->Join(nickname, "", ip.c_str(), port, 0, Network::NoPreferredMac, password,
room_member->Join(nickname, ip.c_str(), port, 0, Network::NoPreferredIP, password,
token);
}
});