From 6b0ee1de09358b0aa4c9837ac200ec529e9847bd Mon Sep 17 00:00:00 2001 From: rufix Date: Wed, 29 Nov 2017 20:00:51 +0100 Subject: [PATCH] Better readability. --- addons/common/functions/fnc_setAimCoef.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/common/functions/fnc_setAimCoef.sqf b/addons/common/functions/fnc_setAimCoef.sqf index 69fa8f8b26..9ee5d38b15 100644 --- a/addons/common/functions/fnc_setAimCoef.sqf +++ b/addons/common/functions/fnc_setAimCoef.sqf @@ -18,7 +18,7 @@ */ #include "script_component.hpp" -params ["_unit","_id", "_setting", ["_add", true]]; +params ["_unit", "_id", "_setting", ["_add", true]]; private _exists = false; private _highestCoef = 1;