Spread out state, networking statistics fix
This commit is contained in:
@ -118,11 +118,6 @@ namespace RageCoop.Client.Menus
|
||||
{
|
||||
Networking.ShowNetworkInfo = _showNetworkInfoItem.Checked;
|
||||
|
||||
if (!Networking.ShowNetworkInfo)
|
||||
{
|
||||
Networking.BytesReceived = 0;
|
||||
Networking.BytesSend = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user