Skip to content

Commit

Permalink
Merge pull request #148 from Dia/master
Browse files Browse the repository at this point in the history
fixed obelisk item reading
  • Loading branch information
SirShaw authored Jul 8, 2020
2 parents 7679637 + 41dade5 commit f46dad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit f46dad4

Please sign in to comment.