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

(cherry picked from commit 881e1da51d)
This commit is contained in:
William Davis
2021-05-08 06:02:30 -04:00
committed by Jonathan G Rennison
parent 088922b120
commit 879de9781b
19 changed files with 29 additions and 29 deletions

View File

@@ -79,7 +79,7 @@ public:
bool supports_zstd = false; ///< Client supports zstd compression
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)
std::string desync_log;