Merge branch 'develop' into maiyuzhe-codol-patch-1

This commit is contained in:
Michael Maurer II 2023-08-29 23:53:25 -04:00 committed by GitHub
commit eb1fc62aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,7 +361,6 @@ namespace Components
{
Discovery::Perform();
}
#ifdef IW4_USE_MASTER_SERVER
else if (IsOnlineList())
{
const auto masterPort = (*Game::com_masterPort)->current.unsignedInt;
@ -389,7 +388,6 @@ namespace Components
// TODO: Figure out what to do with this. Leave it to avoid breaking other code
RefreshContainer.host = Network::Address(std::format("{}:{}", masterServerName, masterPort));
}
#endif
else if (IsFavouriteList())
{
LoadFavourties();