mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -63,8 +63,8 @@ namespace ArchiSteamFarm.IPC.Integration {
|
||||
|
||||
break;
|
||||
case nameof(BotConfig.SteamMasterClanID):
|
||||
schema.Maximum = new SteamID(uint.MaxValue, EUniverse.Public, EAccountType.Clan);
|
||||
schema.Minimum = new SteamID(1, EUniverse.Public, EAccountType.Clan);
|
||||
schema.Maximum = new SteamID(uint.MaxValue, EUniverse.Public, EAccountType.Clan);
|
||||
|
||||
validValues = new OpenApiArray();
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@ namespace ArchiSteamFarm.IPC.Integration {
|
||||
|
||||
break;
|
||||
case nameof(GlobalConfig.SteamOwnerID):
|
||||
schema.Maximum = new SteamID(uint.MaxValue, EUniverse.Public, EAccountType.Individual);
|
||||
schema.Minimum = new SteamID(1, EUniverse.Public, EAccountType.Individual);
|
||||
schema.Maximum = new SteamID(uint.MaxValue, EUniverse.Public, EAccountType.Individual);
|
||||
|
||||
OpenApiArray validValues = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user