mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-30 22:20:54 +00:00
comment
This commit is contained in:
parent
9ac5c41f70
commit
3dd4677f8a
@ -78,7 +78,7 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
||||
if (QSBCore.DebugSettings.UseKcpTransport)
|
||||
{
|
||||
var kcpTransport = gameObject.AddComponent<kcp2k.KcpTransport>();
|
||||
kcpTransport.Timeout = int.MaxValue;
|
||||
kcpTransport.Timeout = int.MaxValue; // effectively disables kcp ping = nh lagging wont kick you
|
||||
transport = kcpTransport;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user