Cleanup: remove command line option for company password

This commit is contained in:
Rubidium
2024-03-23 19:19:12 +01:00
committed by rubidium42
parent ca4bef1504
commit 16639939e9
5 changed files with 5 additions and 18 deletions

View File

@@ -112,7 +112,6 @@ struct NetworkJoinInfo {
std::string connection_string; ///< The address of the server to join.
CompanyID company; ///< The company to join.
std::string server_password; ///< The password of the server to join.
std::string company_password; ///< The password of the company to join.
};
extern NetworkJoinInfo _network_join;