File diff r25816:b9a33e4cab9f → r25817:3f5c3838fe0a
src/settings_type.h
Show inline comments
 
@@ -15,6 +15,7 @@
 
#include "town_type.h"
 
#include "transport_type.h"
 
#include "network/core/config.h"
 
#include "network/network_type.h"
 
#include "company_type.h"
 
#include "cargotype.h"
 
#include "linkgraph/linkgraph_type.h"
 
@@ -266,6 +267,7 @@ struct NetworkSettings {
 
	uint16      server_port;                              ///< port the server listens on
 
	uint16      server_admin_port;                        ///< port the server listens on for the admin network
 
	bool        server_admin_chat;                        ///< allow private chat for the server to be distributed to the admin network
 
	ServerGameType server_game_type;                      ///< Server type: local / public / invite-only.
 
	std::string server_invite_code;                       ///< Invite code to use when registering as server.
 
	std::string server_invite_code_secret;                ///< Secret to proof we got this invite code from the Game Coordinator.
 
	std::string server_name;                              ///< name of the server