From cc9eee560962df2760c7f2db5fae7a3e4893e109 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 21 Aug 2015 09:42:23 -0500 Subject: [PATCH] Typo --- addons/explosives/functions/fnc_addCellphoneIED.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/explosives/functions/fnc_addCellphoneIED.sqf b/addons/explosives/functions/fnc_addCellphoneIED.sqf index cb7b3d5345..24d254ac04 100644 --- a/addons/explosives/functions/fnc_addCellphoneIED.sqf +++ b/addons/explosives/functions/fnc_addCellphoneIED.sqf @@ -52,7 +52,7 @@ _count = GVAR(CellphoneIEDs) pushBack [_explosive,_code,GetNumber(ConfigFile >> _count = _count + 1; publicVariable QGVAR(CellphoneIEDs); -//display IDE number message: +//display IED number message: [format ["IED %1 code: %2", _count,_code]] call EFUNC(common,displayTextStructured); if !(_hasRequired) exitWith {};