From 41dade57eee1d4d0763600acd6b0b61d44c21123 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Wed, 8 Jul 2020 14:06:50 +0200 Subject: [PATCH] fixed obelisk item reading --- ArkBot/Modules/Application/Data/ExternalImports/ArkItems.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkBot/Modules/Application/Data/ExternalImports/ArkItems.cs b/ArkBot/Modules/Application/Data/ExternalImports/ArkItems.cs index eff576a..0974bea 100644 --- a/ArkBot/Modules/Application/Data/ExternalImports/ArkItems.cs +++ b/ArkBot/Modules/Application/Data/ExternalImports/ArkItems.cs @@ -180,7 +180,7 @@ internal ArkItemData Clone() [JsonProperty("description")] public string Description { get; set; } - [JsonProperty("blueprintPath")] + [JsonProperty("bp")] public string BlueprintPath { get; set; } [JsonProperty("type")]