Skip to content

Commit

Permalink
Merge pull request CBATeam#216 from Cuel/update-comments-trigger
Browse files Browse the repository at this point in the history
Fix comments in fnc_createTrigger
  • Loading branch information
Killswitch00 committed Dec 11, 2015
2 parents ab52a16 + 4a3eb53 commit f108efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_createTrigger.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Examples:
(begin example)
[_position] call createTrigger;
[_position, "AREA:", [5, 5, 0, false], "ACT:", ["CIV", "PRESENT", true]] call createTrigger;
[_position, "AREA:", [5, 5, 0, false], "ACT:", ["CIV", "PRESENT", true]] call CBA_fnc_createTrigger;
(end)
Author:
Expand Down

0 comments on commit f108efb

Please sign in to comment.