mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed duplicated debugging error
This commit is contained in:
parent
049edd1483
commit
999ad49fd0
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user