This commit is contained in:
JustArchi
2018-02-11 11:11:38 +01:00
parent 950e45a129
commit 6a3c9dee7f
4 changed files with 6 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ namespace ArchiSteamFarm {
private bool ShouldSerializeSensitiveDetails = true;
[JsonProperty(PropertyName = GlobalConfig.UlongStringPrefix + nameof(SteamMasterClanID), Required = Required.DisallowNull)]
[JsonProperty(PropertyName = SharedInfo.UlongCompatibilityStringPrefix + nameof(SteamMasterClanID), Required = Required.DisallowNull)]
private string SSteamMasterClanID {
get => SteamMasterClanID.ToString();
set {