From dd7fc86295d85b7be8978a64c85210c99f375ab6 Mon Sep 17 00:00:00 2001 From: lambdatiger Date: Mon, 15 Jan 2024 17:40:31 -0600 Subject: [PATCH] fixed comment to properly state variable purpose --- addons/frag/functions/fnc_dev_debugAmmo.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/frag/functions/fnc_dev_debugAmmo.sqf b/addons/frag/functions/fnc_dev_debugAmmo.sqf index 14c5891a01..db093f66c9 100644 --- a/addons/frag/functions/fnc_dev_debugAmmo.sqf +++ b/addons/frag/functions/fnc_dev_debugAmmo.sqf @@ -7,7 +7,7 @@ * * Arguments: * 0: Log ammo types that wouldn't normally frag - * 1: Only export ammo classes of classes referenced in cfgAmmo + * 1: Only export ammo classes of classes referenced in cfgMagazines * and their submunitions. * 2: Force a CSV format on debug print *