From a91b40970246bbefdd65875132cbe1dab6b38665 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Wed, 14 Jan 2015 14:43:43 -0600 Subject: [PATCH] newline --- addons/grenades/functions/fnc_flashbangThrownFuze.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/grenades/functions/fnc_flashbangThrownFuze.sqf b/addons/grenades/functions/fnc_flashbangThrownFuze.sqf index c71034b28d..7ae6615780 100644 --- a/addons/grenades/functions/fnc_flashbangThrownFuze.sqf +++ b/addons/grenades/functions/fnc_flashbangThrownFuze.sqf @@ -17,4 +17,4 @@ if (alive _projectile) then { { [QGVAR(flashbangExplosionEvent), [_x, _projectile]] call EFUNC(common,globalEvent); } forEach _affected; -}; \ No newline at end of file +};