Fix: [Network] don't mark the last-joined server as manual (#9239)

pull/332/head
Patric Stout 3 years ago committed by GitHub
parent 36e22f3a7b
commit 9841ebb0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -476,7 +476,7 @@ public:
EM_ASM(if (window["openttd_server_list"]) openttd_server_list());
#endif
this->last_joined = NetworkAddServer(_settings_client.network.last_joined);
this->last_joined = NetworkAddServer(_settings_client.network.last_joined, false);
this->server = this->last_joined;
this->requery_timer.SetInterval(MILLISECONDS_PER_TICK);

Loading…
Cancel
Save