This commit is contained in:
Archi
2021-10-15 01:11:02 +02:00
parent 14052d9bbf
commit 2db957aec4

View File

@@ -70,7 +70,7 @@ namespace ArchiSteamFarm.IPC.Integration {
continue;
}
IOpenApiAny enumObject;
IOpenApiPrimitive enumObject;
if (TryCast(enumValue, out int intValue)) {
enumObject = new OpenApiInteger(intValue);