From e21d0c145eaf5d68da58753030ed978ff333ef26 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 24 Oct 2019 14:02:20 +0300 Subject: [PATCH] Fix cell_id field in ContentServerDirectoryService --- .../SteamKit2/Steam/WebAPI/ContentServerDirectoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamKit2/SteamKit2/Steam/WebAPI/ContentServerDirectoryService.cs b/SteamKit2/SteamKit2/Steam/WebAPI/ContentServerDirectoryService.cs index e6c58a4bf..0944633b9 100644 --- a/SteamKit2/SteamKit2/Steam/WebAPI/ContentServerDirectoryService.cs +++ b/SteamKit2/SteamKit2/Steam/WebAPI/ContentServerDirectoryService.cs @@ -105,7 +105,7 @@ public static class ContentServerDirectoryService Type = child[ "type" ].AsString(), SourceID = child[ "source_id"].AsInteger(), - CellID = (uint)child[ "cell" ].AsInteger(), + CellID = (uint)child[ "cell_id" ].AsInteger(), Load = child[ "load" ].AsInteger(), WeightedLoad = child[ "weighted_load" ].AsInteger(),