mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix options menu (#5617)
This commit is contained in:
parent
690308aa48
commit
2663bbb786
@ -24,7 +24,7 @@ private _ctrlList = _settingsMenu displayCtrl 200;
|
||||
|
||||
lnbClear _ctrlList;
|
||||
|
||||
_updateKeyView_selectedCategory = GVAR(categories) select GVAR(currentCategorySelection);
|
||||
private _selectedCategory = GVAR(categories) select GVAR(currentCategorySelection);
|
||||
|
||||
switch (GVAR(optionMenu_openTab)) do {
|
||||
case (MENU_TAB_OPTIONS): {
|
||||
|
Loading…
Reference in New Issue
Block a user