Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)

This commit is contained in:
William Davis
2021-05-08 06:02:30 -04:00
committed by GitHub
parent f187708b3b
commit 881e1da51d
19 changed files with 29 additions and 29 deletions

View File

@@ -72,7 +72,7 @@ public:
size_t receive_limit; ///< Amount of bytes that we can receive at this moment
struct PacketWriter *savegame; ///< Writer used to write the savegame.
NetworkAddress client_address; ///< IP-address of the client (so he can be banned)
NetworkAddress client_address; ///< IP-address of the client (so they can be banned)
ServerNetworkGameSocketHandler(SOCKET s);
~ServerNetworkGameSocketHandler();