Remove: old server listing via Master Server
This removes all UDP from the game except for a local broadcast to find LAN games. So long Master Server, and tnx for all the fish!
This commit is contained in:

committed by
Patric Stout

parent
61fdef8457
commit
8a2da49413
@@ -270,7 +270,7 @@ struct NetworkSettings {
|
||||
std::string server_password; ///< password for joining this server
|
||||
std::string rcon_password; ///< password for rconsole (server side)
|
||||
std::string admin_password; ///< password for the admin network
|
||||
bool server_advertise; ///< advertise the server to the masterserver
|
||||
bool server_advertise; ///< Advertise the server to the game coordinator.
|
||||
std::string client_name; ///< name of the player (as client)
|
||||
std::string default_company_pass; ///< default password for new companies in encrypted form
|
||||
std::string connect_to_ip; ///< default for the "Add server" query
|
||||
|
Reference in New Issue
Block a user