Fix #12856, e17c82e: Updating network settings does not invalidate data (#12858)

This commit is contained in:
Ivan Pravdin
2024-07-21 13:59:48 -07:00
committed by GitHub
parent 4ee45db51b
commit da00a62d59
2 changed files with 4 additions and 2 deletions

View File

@@ -572,9 +572,10 @@ static void UpdateClientConfigValues()
{
NetworkServerUpdateGameInfo();
InvalidateWindowData(WC_CLIENT_LIST, 0);
if (_network_server) {
NetworkServerSendConfigUpdate();
SetWindowClassesDirty(WC_CLIENT_LIST);
}
}