Skip to content

Commit

Permalink
Fix typo 😃
Browse files Browse the repository at this point in the history
  • Loading branch information
marceldev89 committed Aug 14, 2016
1 parent 699c2eb commit 1865b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sup_combatsupport/fnc_packMortar.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SCRIPT(packMortar);
_this select 1: the weapon (option if weapon registered as "supportWeaponSetup" variable)
*/
private _group = _this param [0, grpNull];
private _weapon = _this param [0, objNull];
private _weapon = _this param [1, objNull];

if (isNull _group || isNull _weapon) exitWith {};

Expand Down

0 comments on commit 1865b70

Please sign in to comment.