Skip to content

Commit

Permalink
MP Lobby: removed "Registered Users Only" from settings list in info …
Browse files Browse the repository at this point in the history
…tooltip

This isn't really relevant anymore since everyone is registered on the official server.

(cherry-picked from commit 36c0b6b)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 4457a02 commit eeace5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/dialogs/multiplayer/lobby.cpp
Expand Up @@ -488,7 +488,6 @@ void mp_lobby::adjust_game_row_contents(const mp::game_info& game, grid* grid, b
ss << _("Experience modifier:") << " " << game.xp << "\n";
ss << _("Gold per village:") << " " << game.gold << "\n";
ss << _("Map size:") << " " << game.map_size_info << "\n";
ss << _("Registered users only:") << " " << yes_or_no(game.registered_users_only) << "\n";
ss << _("Reloaded:") << " " << yes_or_no(game.reloaded) << "\n";
ss << _("Shared vision:") << " " << game.vision << "\n";
ss << _("Shuffle sides:") << " " << yes_or_no(game.shuffle_sides) << "\n";
Expand Down

0 comments on commit eeace5a

Please sign in to comment.