From 94fb0e18b7753bbeffeceeb4f01b3c476ae3ded0 Mon Sep 17 00:00:00 2001 From: White Date: Tue, 31 Jan 2017 11:23:52 +1030 Subject: [PATCH] Deprecated the `RESTLimitOnlyFailedLoginRequests` config option --- TShockAPI/ConfigFile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index ca865945..edc949c9 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -521,6 +521,7 @@ namespace TShockAPI public int RESTRequestBucketDecreaseIntervalMinutes = 1; /// RESTLimitOnlyFailedLoginRequests - Whether or not to limit only the max failed login requests, or all login requests. + [Obsolete("This value is no longer used and will be removed next version.")] [Description("Whether we should limit only the max failed login requests, or all login requests.")] public bool RESTLimitOnlyFailedLoginRequests = true;