Skip to content

Commit

Permalink
Fixed: Bad XML Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jul 30, 2022
1 parent 8a7be51 commit ca4728c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public struct ModConfig : IModConfig
/// <inheritdoc/>
public string ReleaseMetadataFileName { get; set; } = "";

[IgnoreDuringEquals]
/// <inheritdoc/>
[IgnoreDuringEquals]
public Dictionary<string, object>? PluginData { get; set; } = null!;

/// <inheritdoc/>
Expand Down

0 comments on commit ca4728c

Please sign in to comment.