mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix right panel item count not updating properly in certain scenarios
This commit is contained in:
parent
25687fc7bc
commit
ee393b7af2
@ -297,15 +297,15 @@ if (GVAR(currentLeftPanel) in [IDC_buttonUniform, IDC_buttonVest, IDC_buttonBack
|
||||
private _container = switch (GVAR(currentLeftPanel)) do {
|
||||
case IDC_buttonUniform : {
|
||||
(_display displayCtrl IDC_loadIndicatorBar) progressSetPosition (loadUniform GVAR(center));
|
||||
GVAR(currentItems) select 15
|
||||
uniformItems GVAR(center)
|
||||
};
|
||||
case IDC_buttonVest : {
|
||||
(_display displayCtrl IDC_loadIndicatorBar) progressSetPosition (loadVest GVAR(center));
|
||||
GVAR(currentItems) select 16
|
||||
vestItems GVAR(center)
|
||||
};
|
||||
case IDC_buttonBackpack : {
|
||||
(_display displayCtrl IDC_loadIndicatorBar) progressSetPosition (loadBackpack GVAR(center));
|
||||
GVAR(currentItems) select 17
|
||||
backpackItems GVAR(center)
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user