mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -105,7 +105,8 @@ namespace ArchiSteamFarm {
|
||||
|
||||
[JsonProperty(PropertyName = UlongStringPrefix + nameof(SteamOwnerID), Required = Required.DisallowNull)]
|
||||
internal string SSteamOwnerID {
|
||||
set {
|
||||
get => SteamOwnerID.ToString();
|
||||
private set {
|
||||
if (string.IsNullOrEmpty(value) || !ulong.TryParse(value, out ulong result)) {
|
||||
ASF.ArchiLogger.LogGenericError(string.Format(Strings.ErrorIsInvalid, nameof(SSteamOwnerID)));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user