Ok, this might look junky...

This commit is contained in:
Sardelka
2022-08-02 17:43:18 +08:00
parent ffd6ce23c3
commit 8d6c70b75e
7 changed files with 2638 additions and 9 deletions

View File

@ -59,7 +59,8 @@ namespace RageCoop.Client
// 623c92c287cc392406e7aaaac1c0f3b0 = RAGECOOP
NetPeerConfiguration config = new NetPeerConfiguration("623c92c287cc392406e7aaaac1c0f3b0")
{
AutoFlushSendQueue = false
AutoFlushSendQueue = false,
SimulatedMinimumLatency =0.3f
};
config.EnableMessageType(NetIncomingMessageType.UnconnectedData);