Input syncing between clients, inventory sync bugfix, structure sync bugfix, settings button highlight bugfix, spectating bugfixes, in-game chatbox not visible when joining a server when the round is running
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Barotrauma.Networking
|
||||
public const float IdSendInterval = 0.2f;
|
||||
public const float RerequestInterval = 0.2f;
|
||||
|
||||
public const int ResendAttempts = 8;
|
||||
public const int ReliableMessageBufferSize = 100;
|
||||
public const int ResendAttempts = 10;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user