removed duplicated debugging error

This commit is contained in:
Kavinsky 2015-04-10 03:58:14 +02:00
parent 049edd1483
commit 999ad49fd0

View File

@ -35,7 +35,7 @@ if (_itemVehClass == "") then {
_onAtachText = getText (configFile >> "CfgMagazines" >> _itemClassname >> "displayName");
};
if (_itemVehClass == "") exitWith {ERROR("no ACE_attachable_effect for Item"); ERROR(_itemClassname);};
if (_itemVehClass == "") exitWith {ERROR("no ACE_attachable_effect for Item");};
_onAtachText = format [localize "STR_ACE_Attach_Item_Attached", _onAtachText];