Spread out state, networking statistics fix
This commit is contained in:
@ -17,8 +17,6 @@ namespace RageCoop.Client
|
||||
{
|
||||
if(message == null) { return; }
|
||||
|
||||
BytesReceived += message.LengthBytes;
|
||||
|
||||
switch (message.MessageType)
|
||||
{
|
||||
case NetIncomingMessageType.StatusChanged:
|
||||
|
Reference in New Issue
Block a user