(f2e516dfe) v0.9.3.2
This commit is contained in:
+2
@@ -13,6 +13,8 @@ namespace Barotrauma.Networking
|
||||
|
||||
public abstract class NetworkConnection
|
||||
{
|
||||
public const double TimeoutThreshold = 60.0; //full minute for timeout because loading screens can take quite a while
|
||||
|
||||
public string Name;
|
||||
|
||||
public UInt64 SteamID
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ namespace Barotrauma.Networking
|
||||
|
||||
public void Heartbeat()
|
||||
{
|
||||
Timeout = 20.0;
|
||||
Timeout = NetworkConnection.TimeoutThreshold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user