Skip to content

Commit

Permalink
Update Ranks.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
partiusfabaa committed May 3, 2024
1 parent 8d876e3 commit 11a37e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ranks/Ranks/Ranks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ private void CreateMenu()
(controller, option) => PrintToChat(controller, Localizer["reset.reset.canceled"]));

subMenu.Open(player);
}, Config.StatisticsResetEnabled);
}, !Config.StatisticsResetEnabled);

foreach (var (rankName, rankValue) in Config.Ranks)
{
Expand Down

0 comments on commit 11a37e3

Please sign in to comment.