diff options
author | Patric Stout <truebrain@openttd.org> | 2021-08-17 13:35:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 13:35:29 +0200 |
commit | 6acf204d14343e67fdc01ae8c52044d0de20bbd2 (patch) | |
tree | 6fc2fec3880e18963033f1a2ea6adea30d996ef6 /src/lang | |
parent | b531a0c1cfa454a7e019b7b679d46585bd75839b (diff) | |
download | openttd-6acf204d14343e67fdc01ae8c52044d0de20bbd2.tar.xz |
Fix: report reuse of invite-code and switch to local game-type (#9487)
This prevents two servers battling for the same invite-code. Now
the last one wins.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 551fd94cb..360f5637a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2285,6 +2285,7 @@ STR_NETWORK_MESSAGE_SERVER_REBOOT :{WHITE}The serv STR_NETWORK_MESSAGE_KICKED :*** {RAW_STRING} was kicked. Reason: ({RAW_STRING}) STR_NETWORK_ERROR_COORDINATOR_REGISTRATION_FAILED :{WHITE}Server registration failed +STR_NETWORK_ERROR_COORDINATOR_REUSE_OF_INVITE_CODE :{WHITE}Another server with the same invite-code registered itself. Switching to "local" game-type. STR_NETWORK_ERROR_COORDINATOR_ISOLATED :{WHITE}Your server doesn't allow remote connections STR_NETWORK_ERROR_COORDINATOR_ISOLATED_DETAIL :{WHITE}Other players won't be able to connect to your server |