Arsenal - Fix sort by load (#8011)

This commit is contained in:
mharis001 2020-11-24 09:29:43 -05:00 committed by GitHub
parent b4e190971b
commit 137af792d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {