allow returning to newserv from proxy server

This commit is contained in:
Martin Michelsen
2022-03-29 23:23:55 -07:00
parent 03dcc016d8
commit 2e839fe70a
5 changed files with 107 additions and 30 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void populate_state_from_config(shared_ptr<ServerState> s,
u"View server information", MenuItemFlag::REQUIRES_MESSAGE_BOXES);
if (!s->proxy_destinations.empty()) {
s->main_menu.emplace_back(MAIN_MENU_PROXY_DESTINATIONS, u"Proxy server",
u"Connect to another\nserver", MenuItemFlag::REQUIRES_MESSAGE_BOXES);
u"Connect to another\nserver", 0);
}
s->main_menu.emplace_back(MAIN_MENU_DOWNLOAD_QUESTS, u"Download quests",
u"Download quests", 0);