Spread out state, networking statistics fix

This commit is contained in:
Sardelka
2022-06-17 18:11:39 +08:00
parent 671b4f9f6f
commit 09a97c43fd
7 changed files with 84 additions and 39 deletions

View File

@ -118,11 +118,6 @@ namespace RageCoop.Client.Menus
{
Networking.ShowNetworkInfo = _showNetworkInfoItem.Checked;
if (!Networking.ShowNetworkInfo)
{
Networking.BytesReceived = 0;
Networking.BytesSend = 0;
}
}
}
}