mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix sortPanel script error (#7883)
This commit is contained in:
parent
49c84e2ce1
commit
d63c8f37fe
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user