Make NetworkConnection.TimeoutThreshold non constant
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ namespace Barotrauma.Networking
|
||||
|
||||
abstract class NetworkConnection
|
||||
{
|
||||
public const double TimeoutThreshold = 60.0; //full minute for timeout because loading screens can take quite a while
|
||||
public const double TimeoutThresholdInGame = 10.0;
|
||||
public static double TimeoutThreshold = 60.0; //full minute for timeout because loading screens can take quite a while
|
||||
public static double TimeoutThresholdInGame = 10.0;
|
||||
|
||||
public AccountInfo AccountInfo { get; private set; } = AccountInfo.None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user