Skip to content

Commit

Permalink
keep Editor in local hosted mission browser while hiding stock missio…
Browse files Browse the repository at this point in the history
…ns (#1099)
  • Loading branch information
commy2 committed Mar 16, 2019
1 parent 2eb3785 commit 1082b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ui/fnc_initDisplayRemoteMissions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ _display setVariable [QFUNC(filter), {

{
_x params ["_name", "_value", "_data", "_color"];
private _classname = _data splitString "." select 0;
private _classname = _data splitString "." param [0, ""];

if (toLower _name find _filter != -1 && {_showStockMissions || {!(_classname in _stockMissions)}}) then {
private _index = _ctrlMissions lbAdd _name;
Expand Down

0 comments on commit 1082b02

Please sign in to comment.