mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Markers - Fix logic error when selecting channel (#9702)
* Fix logic error when selecting channel * remove lookup * Update fnc_onLBSelChangedChannel.sqf --------- Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
parent
cb554a3ea7
commit
1ed27288e8
@ -19,6 +19,4 @@
|
||||
params ["_ctrl", "_index"];
|
||||
TRACE_2("params",_ctrl,_index);
|
||||
|
||||
private _enabledChannels = false call FUNC(getEnabledChannels);
|
||||
|
||||
setCurrentChannel (_enabledChannels select parseNumber (_ctrl lbData _index));
|
||||
setCurrentChannel (parseNumber (_ctrl lbData _index));
|
||||
|
Loading…
Reference in New Issue
Block a user