This commit is contained in:
PabstMirror 2015-08-21 09:42:23 -05:00
parent e0f20350a2
commit cc9eee5609

View File

@ -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 {};