Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Jul 15, 2019
1 parent 993423e commit 5ab90f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/safemode/functions/fn_setWeaponSafety.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*
* Arguments:
* 0: Unit <OBJECT>
* 3: State <BOOL>
* 1: State <BOOL>
*
* Return Value:
* None
*
* Example:
* [ACE_player, true] call ace_safemode_fnc_safeWeapon
* [ACE_player, true] call ace_safemode_fnc_setWeaponSafety
*
* Public: yes
* Public: no
*/

params [
Expand Down

0 comments on commit 5ab90f5

Please sign in to comment.