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

@ -17,8 +17,6 @@ namespace RageCoop.Client
{
if(message == null) { return; }
BytesReceived += message.LengthBytes;
switch (message.MessageType)
{
case NetIncomingMessageType.StatusChanged: