Arsenal - Fix sortPanel script error (#7883)

This commit is contained in:
PabstMirror 2020-08-30 09:43:44 -05:00 committed by GitHub
parent 49c84e2ce1
commit d63c8f37fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ if (_rightSort) then {
case IDC_buttonThrow;
case IDC_buttonPut;
case IDC_buttonMag;
case IDC_buttonMagALL: { "CfgMagazines" };
default { "CfgWeapons" };
case IDC_buttonMagALL: { configFile >> "CfgMagazines" };
default { configFile >> "CfgWeapons" };
},
GVAR(sortListRightPanel) select (
switch (GVAR(currentRightPanel)) do {