Skip to content

Commit

Permalink
Remove comments of stats are completely gone now.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Dec 18, 2024
1 parent f8f61da commit bc88950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension/scripts/features/profile-box/ttProfileBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
v2Getter: (data) => data.personalstats.attacking.attacks.assisted,
v1Getter: (data) => data.personalstats.attacksassisted,
},
// { name: "Arrests made", type: "attacking", v2Getter: (data) => null, v1Getter: (data) => data.personalstats.arrestsmade },
{
name: "Defends won",
type: "attacking",
Expand Down Expand Up @@ -257,7 +256,6 @@
v2Getter: (data) => data.personalstats.trading.items.bought.shop,
v1Getter: (data) => data.personalstats.cityitemsbought,
},
// { name: "Weapons bought", type: "trading", v2Getter: (data) => null, v1Getter: (data) => data.personalstats.weaponsbought },
{
name: "Points bought",
type: "trading",
Expand Down

0 comments on commit bc88950

Please sign in to comment.