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
+1
View File
@@ -111,6 +111,7 @@ struct ServerState {
uint32_t external_address;
bool proxy_allow_save_files;
bool proxy_enable_login_options;
std::shared_ptr<ProxyServer> proxy_server;
std::shared_ptr<Server> game_server;