mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Remove launcher sorts (#7890)
This commit is contained in:
parent
e384666455
commit
e2e31efd54
@ -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));
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user