mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use display instead of just idc
This commit is contained in:
parent
872c257901
commit
e8961e3d0e
@ -16,8 +16,11 @@
|
||||
|
||||
#include "script_component.hpp"
|
||||
|
||||
GVAR(currentCategorySelection) = lbCurSel 14;
|
||||
private ["_settingsMenu", "_ctrlComboBox"];
|
||||
disableSerialization;
|
||||
_settingsMenu = uiNamespace getVariable 'ACE_serverSettingsMenu';
|
||||
|
||||
systemChat format["Current selection: %1", GVAR(currentCategorySelection)];
|
||||
_ctrlComboBox = (_settingsMenu displayCtrl 14);
|
||||
GVAR(currentCategorySelection) = lbCurSel _ctrlComboBox;
|
||||
|
||||
[false] call FUNC(serverSettingsMenuUpdateList);
|
||||
|
Loading…
Reference in New Issue
Block a user