mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-09 13:14:26 +00:00
Misc
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ArchiSteamFarm.IPC.Integration {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
IOpenApiAny enumObject;
|
IOpenApiPrimitive enumObject;
|
||||||
|
|
||||||
if (TryCast(enumValue, out int intValue)) {
|
if (TryCast(enumValue, out int intValue)) {
|
||||||
enumObject = new OpenApiInteger(intValue);
|
enumObject = new OpenApiInteger(intValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user