remove timeout hack

This commit is contained in:
JohnCorby 2023-05-07 18:18:15 -07:00
parent a89c325c88
commit fef77499c3

View File

@ -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