1
0
Fork 0

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

pull/10424/head
Rubidium 2023-01-15 07:24:18 +01:00 committed by Michael Lutz
parent 557c5a8583
commit 87d74389fb
1 changed files with 1 additions and 0 deletions

View File

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