File diff r25200:4496417abe2b → r25201:4b7a56cdec30
src/network/core/tcp_admin.h
Show inline comments
 
@@ -219,13 +219,13 @@ protected:
 
	 * @return The state the network should have.
 
	 */
 
	virtual NetworkRecvStatus Receive_SERVER_PROTOCOL(Packet *p);
 

	
 
	/**
 
	 * Welcome a connected admin to the game:
 
	 * string  Name of the Server (e.g. as advertised to master server).
 
	 * string  Name of the Server.
 
	 * string  OpenTTD version string.
 
	 * bool    Server is dedicated.
 
	 * string  Name of the Map.
 
	 * uint32  Random seed of the Map.
 
	 * uint8   Landscape of the Map.
 
	 * uint32  Start date of the Map.