diff options
author | rubidium42 <rubidium@openttd.org> | 2021-05-09 19:02:17 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-05-15 10:16:48 +0200 |
commit | 44ca7d93773fb816da6d353c9cde6ab14dae993a (patch) | |
tree | 2fc9399acaa114dd399eafb995d0dee8b516d18d /src/network/core | |
parent | ddaedaf32a1981dcd93cafee0cae879f96207fe4 (diff) | |
download | openttd-44ca7d93773fb816da6d353c9cde6ab14dae993a.tar.xz |
Change: Use gender-neutral pronouns
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/tcp_game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h index 5fe9cd465..90b7184f0 100644 --- a/src/network/core/tcp_game.h +++ b/src/network/core/tcp_game.h @@ -274,7 +274,7 @@ protected: virtual NetworkRecvStatus Receive_CLIENT_COMPANY_PASSWORD(Packet *p); /** - * The client is joined and ready to receive his map: + * The client is joined and ready to receive their map: * uint32 Own client ID. * uint32 Generation seed. * string Network ID of the server. |