Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed May 6, 2024
2 parents dca2d6f + 2aa50a0 commit 9208202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BymlLibrary/Byml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public Byml(BymlArray array)
public static implicit operator Byml(Dictionary<string, Byml> map) => new(map);
public Byml(IDictionary<string, Byml> map)
{
Type = BymlNodeType.HashMap32;
Type = BymlNodeType.Map;
Value = new BymlMap(map);
}

Expand Down

0 comments on commit 9208202

Please sign in to comment.