Skip to content

Commit

Permalink
fixed code in comment of line 44
Browse files Browse the repository at this point in the history
see discussion of #209
  • Loading branch information
b-mayr-1984 committed Mar 12, 2023
1 parent 531c1c9 commit f304bd5
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 @@ -41,7 +41,7 @@ if !(_weaponArray isEqualTo []) then {
_tripleTab + format ["%1WeaponPointer = """";", _name],
_tripleTab + format ["%1WeaponMuzzle = """";", _name],
_tripleTab + format ["%1WeaponUnderbarrel = """";", _name],
_tripleTab + format ["%1WeaponUnderbarrel = """";", _name]
_tripleTab + format ["%1WeaponUnderbarrelMagazine = """";", _name]
];
*/
};
Expand Down

0 comments on commit f304bd5

Please sign in to comment.