diff options
author | Patric Stout <truebrain@openttd.org> | 2021-08-10 20:03:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 20:03:13 +0200 |
commit | 4c1ea4020d797e2ddb086cc73109eb8c51cbbbdb (patch) | |
tree | bc8b65fe81b89f8d73e3dcd27ad458fcc0f35ffd /src/lang | |
parent | 8a083cd7f81d8223f08c30d5bcb2d9c38e7556a4 (diff) | |
download | openttd-4c1ea4020d797e2ddb086cc73109eb8c51cbbbdb.tar.xz |
Change: remove the ability to control "max spectators" (#9466)
Soon we will make "join game" join the game as spectator first,
so limiting the amount of spectators makes no sense anymore in
that context. Not sure it ever did make sense.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 44d226cbf..eb7b7365b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2079,9 +2079,6 @@ STR_NETWORK_START_SERVER_NUMBER_OF_CLIENTS_TOOLTIP :{BLACK}Choose t STR_NETWORK_START_SERVER_COMPANIES_SELECT :{BLACK}{NUM} compan{P y ies} STR_NETWORK_START_SERVER_NUMBER_OF_COMPANIES :{BLACK}Maximum number of companies: STR_NETWORK_START_SERVER_NUMBER_OF_COMPANIES_TOOLTIP :{BLACK}Limit the server to a certain amount of companies -STR_NETWORK_START_SERVER_SPECTATORS_SELECT :{BLACK}{NUM} spectator{P "" s} -STR_NETWORK_START_SERVER_NUMBER_OF_SPECTATORS :{BLACK}Maximum number of spectators: -STR_NETWORK_START_SERVER_NUMBER_OF_SPECTATORS_TOOLTIP :{BLACK}Limit the server to a certain amount of spectators STR_NETWORK_START_SERVER_LANGUAGE_SPOKEN :{BLACK}Language spoken: STR_NETWORK_START_SERVER_LANGUAGE_TOOLTIP :{BLACK}Other players will know which language is spoken on the server |