Fix #10983: [AdminPort] Correct order of messages

(cherry picked from commit 49c3215751)
This commit is contained in:
Damian Laczak
2023-06-26 02:11:04 +02:00
committed by Jonathan G Rennison
parent 5c35a87ed7
commit 2aa574a48f
4 changed files with 10 additions and 11 deletions

View File

@@ -2454,9 +2454,6 @@ void NetworkServerNewCompany(const Company *c, NetworkClientInfo *ci)
NetworkSendCommand(0, 0, 0, 0, CMD_RENAME_PRESIDENT, nullptr, ci->client_name.c_str(), c->index, nullptr);
}
/* Announce new company on network. */
NetworkAdminCompanyInfo(c, true);
if (ci != nullptr) {
/* ci is nullptr when replaying, or for AIs. In neither case there is a client.
We need to send Admin port update here so that they first know about the new company