From bb42b2d283aec77f780b00abc8bffe9011ac51e6 Mon Sep 17 00:00:00 2001 From: Matteo DeSimone Date: Fri, 27 Jan 2023 23:37:24 -0500 Subject: [PATCH] Changed GameQueueType to long from string --- RiotSharp/Endpoints/SpectatorEndpoint/CurrentGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RiotSharp/Endpoints/SpectatorEndpoint/CurrentGame.cs b/RiotSharp/Endpoints/SpectatorEndpoint/CurrentGame.cs index 074f8edb..bbf119c3 100644 --- a/RiotSharp/Endpoints/SpectatorEndpoint/CurrentGame.cs +++ b/RiotSharp/Endpoints/SpectatorEndpoint/CurrentGame.cs @@ -42,7 +42,7 @@ internal CurrentGame() { } /// The queue type /// [JsonProperty("gameQueueConfigId")] - public string GameQueueType { get; set; } + public long GameQueueType { get; set; } /// /// The game start time