diff options
author | Patric Stout <truebrain@openttd.org> | 2021-07-11 21:57:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-11 21:57:05 +0200 |
commit | b6a116a2479eb62aece540633c41d0f54a481fd6 (patch) | |
tree | 977ffda77d342bf5adc9105f25eed7e13e5d993f /src/lang | |
parent | 8bb9c3f6466c6d15a1a02e963b06b95f9ffb6397 (diff) | |
download | openttd-b6a116a2479eb62aece540633c41d0f54a481fd6.tar.xz |
Add: allow setting your server visibility to "invite-only" (#9434)
In this mode you do register to the Game Coordinator, but your
server will not show up in the public server listing. You can give
your friends the invite code of the server with which they can
join.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 813705958..baf94c2ee 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1995,8 +1995,11 @@ STR_FACE_TIE :Tie: STR_FACE_EARRING :Earring: STR_FACE_TIE_EARRING_TOOLTIP :{BLACK}Change tie or earring +############ Next lines match ServerGameType STR_NETWORK_SERVER_VISIBILITY_LOCAL :Local STR_NETWORK_SERVER_VISIBILITY_PUBLIC :Public +STR_NETWORK_SERVER_VISIBILITY_INVITE_ONLY :Invite only +############ End of leave-in-this-order # Network server list STR_NETWORK_SERVER_LIST_CAPTION :{WHITE}Multiplayer |