Add: maximum number of companies allowed to the client list
This commit is contained in:
@@ -477,7 +477,11 @@ static bool ReplaceAsteriskWithEmptyPassword(std::string &newval)
|
||||
static void UpdateClientConfigValues()
|
||||
{
|
||||
NetworkServerUpdateGameInfo();
|
||||
if (_network_server) NetworkServerSendConfigUpdate();
|
||||
|
||||
if (_network_server) {
|
||||
NetworkServerSendConfigUpdate();
|
||||
SetWindowClassesDirty(WC_CLIENT_LIST);
|
||||
}
|
||||
}
|
||||
|
||||
/* End - Callback Functions */
|
||||
|
Reference in New Issue
Block a user