Skip to content

Commit b01c1f2

Browse files
committed
FIX: Tags from ACE are now typeof "ace_tagging_texture1m"
1 parent 7836c01 commit b01c1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

=BTC=co@30_Hearts_and_Minds.Altis/core/def/mission.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ if (isServer) then {
369369
});
370370
btc_type_ieds = _ieds - ["Land_Garbage_line_F","Land_Garbage_square3_F","Land_Garbage_square5_F", "Land_MarketShelter_F", "Land_ClothShelter_01_F", "Land_ClothShelter_02_F"];
371371
btc_model_ieds = btc_type_ieds apply {(toLower getText(_cfgVehicles >> _x >> "model")) select [1]};
372-
btc_type_blacklist = btc_type_tags + btc_type_flowers + ["UserTexture1m_F"]; publicVariable "btc_type_blacklist";
372+
btc_type_blacklist = btc_type_tags + btc_type_flowers + ["ace_tagging_texture1m"]; publicVariable "btc_type_blacklist";
373373

374374
btc_groundWeaponHolder = [];
375375

0 commit comments

Comments
 (0)