# HG changeset patch # User Patric Stout # Date 2021-04-20 14:36:26 # Node ID 4b7a56cdec3095e7948cf1eb9c71d392b66f0189 # Parent 4496417abe2be710d796d8da9dc8128bb9d6f0bf Doc: server name doesn't need to be advertised to be valid Strictly seen the comment is true, as it says 'e.g.', but it is misleading. The server name is just that: the name of the server as configured. No need to mention advertising. diff --git a/src/network/core/tcp_admin.h b/src/network/core/tcp_admin.h --- a/src/network/core/tcp_admin.h +++ b/src/network/core/tcp_admin.h @@ -222,7 +222,7 @@ protected: /** * 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.