Skip to content

Commit

Permalink
Ignore interaction distance with zeus cargo load module (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeswick96 authored and PabstMirror committed Jul 21, 2018
1 parent 2203cb7 commit 10a9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (!alive _cargo) exitWith {
};

private _displayName = [_cargo] call EFUNC(common,getName);
if ([_cargo, _holder] call EFUNC(cargo,loadItem)) then {
if ([_cargo, _holder, true] call EFUNC(cargo,loadItem)) then {
private _loadedItem = [localize ELSTRING(cargo,LoadedItem), "<br/>", " "] call CBA_fnc_replace;
private _holderDisplayName = [_holder] call EFUNC(common,getName);
[_loadedItem, _displayName, _holderDisplayName] call FUNC(showMessage);
Expand Down

0 comments on commit 10a9888

Please sign in to comment.