This commit is contained in:
JustArchi
2019-03-03 16:22:25 +01:00
parent 2e160b444a
commit e6d07f5fd5
6 changed files with 8 additions and 7 deletions

View File

@@ -38,8 +38,6 @@ using SteamKit2;
namespace ArchiSteamFarm {
internal static class Program {
internal static byte LoadBalancingDelay => Math.Max(ASF.GlobalConfig?.LoginLimiterDelay ?? 0, GlobalConfig.DefaultLoginLimiterDelay);
internal static bool ProcessRequired { get; private set; }
internal static bool RestartAllowed { get; private set; } = true;
internal static bool ShutdownSequenceInitialized { get; private set; }