Skip to content

Commit

Permalink
fix #208
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm authored Mar 4, 2023
1 parent 4a0b4a4 commit 531c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/getLoadoutsFromUnits/functions/fnc_getWeapon.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if !(_weaponArray isEqualTo []) then {
};

if ((_underbarrelMagazin isEqualType []) && {_underbarrelMagazin isNotEqualTo []} && {!isNil {_underbarrelMagazin select 0}})then {
_return pushBack (_tripleTab + format ["%1WeaponUnderbarrel = ""%2"";", _name, _underbarrelMagazin select 0]);
_return pushBack (_tripleTab + format ["%1WeaponUnderbarrelMagazine = ""%2"";", _name, _underbarrelMagazin select 0]);
};
/*
} else {
Expand Down

0 comments on commit 531c1c9

Please sign in to comment.