Skip to content

Commit

Permalink
Arsenal - Remove launcher sorts (#7890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett authored Sep 29, 2020
1 parent e384666 commit e2e31ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/arsenal/ACE_Arsenal_Sorts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ class GVAR(sorts) {
class ACE_accuracy: sortBase {
scope = 2;
displayName = CSTRING(sortByAccuracyText);
tabs[] = {{0,1,2}, {}};
tabs[] = {{0,1}, {}};
statement = QUOTE(_this call FUNC(sortStatement_accuracy));
};

class ACE_rateOfFire: sortBase {
scope = 2;
displayName = CSTRING(sortByRateOfFireText);
tabs[] = {{0,1,2}, {}};
tabs[] = {{0,1}, {}};
statement = QUOTE(_this call FUNC(sortStatement_rateOfFire));
};

Expand Down

0 comments on commit e2e31ef

Please sign in to comment.