mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_fillSort.sqf (#7981)
This commit is contained in:
parent
9226035d59
commit
ff2136c98f
@ -90,7 +90,7 @@ private _sortIndex = 0;
|
||||
|
||||
{
|
||||
if (_x isEqualTo []) exitWith {};
|
||||
_x params ["_sortName", "_displayName", "", "_condition"]
|
||||
_x params ["_sortName", "_displayName", "", "_condition"];
|
||||
if ([_right] call _condition) then {
|
||||
private _index = _sortCtrl lbAdd _displayName;
|
||||
_sortCtrl lbSetData [_index, _sortName];
|
||||
|
Loading…
Reference in New Issue
Block a user