Update fnc_fillSort.sqf (#7981)

This commit is contained in:
PabstMirror 2020-11-02 21:42:48 -06:00 committed by GitHub
parent 9226035d59
commit ff2136c98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];