This commit is contained in:
JustArchi
2020-08-10 14:04:06 +02:00
parent 6b241d7439
commit 7210e6b86c

View File

@@ -57,7 +57,7 @@ namespace ArchiSteamFarm.IPC.Requests {
/// A helper property which works the same as <see cref="AcceptedCreatorIDs" /> but with values written as strings - for javascript compatibility purposes. Use either this one, or <see cref="AcceptedCreatorIDs" />, not both.
/// </summary>
[JsonProperty(PropertyName = SharedInfo.UlongCompatibilityStringPrefix + nameof(AcceptedCreatorIDs), Required = Required.DisallowNull)]
private ImmutableHashSet<string> SAcceptedCreatorIDs {
public ImmutableHashSet<string> SAcceptedCreatorIDs {
set {
if (value == null) {
ASF.ArchiLogger.LogNullError(nameof(value));