From 7210e6b86c55aa9b1bb888b7f44d5dde4a8517ef Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 10 Aug 2020 14:04:06 +0200 Subject: [PATCH] Misc --- .../TwoFactorAuthenticationConfirmationsHandleRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs b/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs index 36dbf6f45..059f28065 100644 --- a/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs +++ b/ArchiSteamFarm/IPC/Requests/TwoFactorAuthenticationConfirmationsHandleRequest.cs @@ -57,7 +57,7 @@ namespace ArchiSteamFarm.IPC.Requests { /// A helper property which works the same as but with values written as strings - for javascript compatibility purposes. Use either this one, or , not both. /// [JsonProperty(PropertyName = SharedInfo.UlongCompatibilityStringPrefix + nameof(AcceptedCreatorIDs), Required = Required.DisallowNull)] - private ImmutableHashSet SAcceptedCreatorIDs { + public ImmutableHashSet SAcceptedCreatorIDs { set { if (value == null) { ASF.ArchiLogger.LogNullError(nameof(value));