Skip to content

Commit

Permalink
Update to match Utf8JsonReader changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Jul 28, 2019
1 parent d0b4b7c commit f22a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LibCK2/Parsing/CK2Parsing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void WriteObject(ref Utf8JsonWriter in_json, string key, string value)
throw new InvalidOperationException("Parse finished with incomplete subitems");

json.WriteEndObject();
json.Flush(isFinalBlock: true);
json.Flush();
}

}
Expand Down

0 comments on commit f22a843

Please sign in to comment.