mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
14052d9bbf
commit
2db957aec4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace ArchiSteamFarm.IPC.Integration {
|
|||
continue;
|
||||
}
|
||||
|
||||
IOpenApiAny enumObject;
|
||||
IOpenApiPrimitive enumObject;
|
||||
|
||||
if (TryCast(enumValue, out int intValue)) {
|
||||
enumObject = new OpenApiInteger(intValue);
|
||||
|
|
Loading…
Reference in a new issue