Skip to content

Commit

Permalink
Update DebugTab.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Oct 6, 2024
1 parent 3dcecf4 commit b06eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meddle/Meddle.Plugin/UI/DebugTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void Dispose()
public string Name => "Debug";
public int Order => int.MaxValue - 10;

private JsonSerializerOptions jsonOptions = new()
private readonly JsonSerializerOptions jsonOptions = new()
{
WriteIndented = true,
IncludeFields = true
Expand Down

0 comments on commit b06eb7f

Please sign in to comment.