Skip to content

Commit

Permalink
Update debugtab default order
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Oct 6, 2024
1 parent b06eb7f commit 1a85cd3
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 @@ -60,7 +60,7 @@ public void Dispose()
}

public string Name => "Debug";
public int Order => int.MaxValue - 10;
public int Order => 0;

private readonly JsonSerializerOptions jsonOptions = new()
{
Expand Down

0 comments on commit 1a85cd3

Please sign in to comment.