mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
remove timeout hack
This commit is contained in:
parent
a89c325c88
commit
fef77499c3
@ -76,7 +76,6 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
||||
|
||||
{
|
||||
_kcpTransport = gameObject.AddComponent<kcp2k.KcpTransport>();
|
||||
_kcpTransport.Timeout = int.MaxValue; // effectively disables kcp ping and timeout (good for testing)
|
||||
}
|
||||
{
|
||||
// https://dev.epicgames.com/portal/en-US/qsb/sdk/credentials/qsb
|
||||
|
Loading…
Reference in New Issue
Block a user