Skip to content

Commit

Permalink
Merge pull request dklollol#85 from dklollol/dev
Browse files Browse the repository at this point in the history
Fixed wrong param type in FNC_CanAttachItem
  • Loading branch information
perfk authored Aug 23, 2016
2 parents 878f880 + 9919d67 commit ae7282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/preInitFunctions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ FNC_CanAttachItem = {
private ["_result"];

params [
["_weapon", objNull, [objNull]],
["_weapon", "", [""]],
["_item", "", [""]]
];

Expand Down

0 comments on commit ae7282c

Please sign in to comment.