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(),