Skip to content

Commit

Permalink
Merge pull request #44 from diamante0018/develop
Browse files Browse the repository at this point in the history
fix(serverlist): remove macro that stops the master from working
  • Loading branch information
Rackover authored Aug 29, 2023
2 parents adee95a + b6c1089 commit 01a1567
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Modules/ServerList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ namespace Components
{
Discovery::Perform();
}
#ifdef IW4_USE_MASTER_SERVER
else if (IsOnlineList())
{
const auto masterPort = (*Game::com_masterPort)->current.unsignedInt;
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 01a1567

Please sign in to comment.