mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 00:50:15 +00:00
Add InstanceID getter
This commit is contained in:
@@ -176,7 +176,10 @@ namespace ArchiSteamFarm.Json {
|
||||
|
||||
#pragma warning disable IDE0051
|
||||
[JsonProperty(PropertyName = "instanceid", Required = Required.DisallowNull)]
|
||||
[JetBrains.Annotations.NotNull]
|
||||
private string InstanceIDText {
|
||||
get => InstanceID.ToString();
|
||||
|
||||
set {
|
||||
if (string.IsNullOrEmpty(value)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user