remove custom login options from proxy options menu

This commit is contained in:
Martin Michelsen
2022-12-21 22:40:30 -08:00
parent 7c98f42722
commit f2751a4e49
6 changed files with 18 additions and 7 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ ServerState::ServerState()
ep3_menu_song(-1),
local_address(0),
external_address(0),
proxy_allow_save_files(true) {
proxy_allow_save_files(true),
proxy_enable_login_options(false) {
vector<shared_ptr<Lobby>> non_v1_only_lobbies;
vector<shared_ptr<Lobby>> ep3_only_lobbies;