Skip to content

Commit

Permalink
Add ranked war hits and wins to Profile Box.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed Nov 13, 2024
1 parent 7ce7b34 commit 498a737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"title": "Beta",
"date": false,
"logs": {
"features": [{ "message": "Option for moving the item market category list to the left.", "contributor": "DeKleineKobini" }],
"features": [
{ "message": "Option for moving the item market category list to the left.", "contributor": "DeKleineKobini" },
{ "message": "Add ranked war hits and wins to Profile Box.", "contributor": "TheFoxMan" }
],
"fixes": [
{ "message": "Fix personal stat average injection on Firefox.", "contributor": "tiksan" },
{ "message": "Fix jail score filter not working properly anymore.", "contributor": "DeKleineKobini" }
Expand Down
2 changes: 2 additions & 0 deletions extension/scripts/features/profile-box/ttProfileBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@
{ name: "Token refills", type: "other", getter: (data) => data.personalstats.tokenrefills },
{ name: "Merits bought", type: "other", getter: (data) => data.personalstats.meritsbought },
{ name: "Days been a donator", type: "other", getter: (data) => data.personalstats.daysbeendonator },
{ name: "Ranked Warring Wins", type: "other", getter: (data) => data.personalstats.rankedwarringwins },
{ name: "Ranked War Hits", type: "other", getter: (data) => data.personalstats.rankedwarhits },
];

featureManager.registerFeature(
Expand Down

0 comments on commit 498a737

Please sign in to comment.