1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +00:00

Fix #10177: company list password padlock showed after switching to single player

This commit is contained in:
Rubidium
2023-01-15 07:24:18 +01:00
committed by rubidium42
parent c578917783
commit 8f9a60893d

View File

@@ -609,6 +609,7 @@ void NetworkClose(bool close_admins)
delete[] _network_company_states;
_network_company_states = nullptr;
_network_company_passworded = 0;
InitializeNetworkPools(close_admins);
}