mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Ignore interaction distance with zeus cargo load module (#6396)
This commit is contained in:
parent
2203cb7b16
commit
10a988836d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user