Display "Servers exhausted. Restarting." message at the right time

The intention is to display this message when the client has failed to
connect to enough servers that it has to start back at the initially
requested server again.

The old code instead had some quite odd conditions.
This commit is contained in:
Kevin Easton
2019-01-22 16:20:54 +11:00
parent 32e5a0f281
commit 18227203d9
2 changed files with 24 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Display "Servers exhausted. Restarting." message at the right time. (caf)
* Fix bug where the initial server connection was only retried one less than
MAX_SERVER_RECONNECT times. (caf)