mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix sort by load (#8011)
This commit is contained in:
parent
b4e190971b
commit
137af792d2
@ -40,7 +40,7 @@ class GVAR(sorts) {
|
||||
scope = 2;
|
||||
displayName = CSTRING(sortByLoadText);
|
||||
tabs[] = {{3,4,5}, {}};
|
||||
statement = QUOTE(getContainerMaxLoad configName _this);
|
||||
statement = QUOTE(getContainerMaxLoad (_this select 1));
|
||||
};
|
||||
|
||||
class ACE_accuracy: sortBase {
|
||||
|
Loading…
Reference in New Issue
Block a user