Skip to content

Commit

Permalink
ace_cargoLoaded for zeus module (#7520)
Browse files Browse the repository at this point in the history
  • Loading branch information
shukari authored Apr 18, 2020
1 parent 9bf1d50 commit 4302a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ if (!alive _cargo) exitWith {
private _loadedItem = [localize ELSTRING(cargo,LoadedItem), "<br/>", " "] call CBA_fnc_replace;
private _holderDisplayName = [_holder] call EFUNC(common,getName);
[_loadedItem, _displayName, _holderDisplayName] call FUNC(showMessage);
["ace_cargoLoaded", [_cargo, _holder]] call CBA_fnc_globalEvent;
} else {
private _loadingFailed = [localize ELSTRING(cargo,LoadingFailed), "<br/>", " "] call CBA_fnc_replace;
[_loadingFailed, _displayName] call FUNC(showMessage);
Expand Down

0 comments on commit 4302a94

Please sign in to comment.