From 1d6e6f3e18284e30ca989a8b4de8b626239c0615 Mon Sep 17 00:00:00 2001 From: Apricot <50947830+Apricot-ale@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:35:54 +0900 Subject: [PATCH] Add Support for PortableFlagPole_01_F --- addons/modules/functions/fnc_moduleAttachFlag.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/modules/functions/fnc_moduleAttachFlag.sqf b/addons/modules/functions/fnc_moduleAttachFlag.sqf index 217c6a6ed..1920529f5 100644 --- a/addons/modules/functions/fnc_moduleAttachFlag.sqf +++ b/addons/modules/functions/fnc_moduleAttachFlag.sqf @@ -28,7 +28,7 @@ if !(alive _object) exitWith { [LSTRING(OnlyAlive)] call EFUNC(common,showMessage); }; -if !(_object isKindOf "AllVehicles" || {_object isKindOf "FlagCarrier"}) exitWith { +if !(_object isKindOf "AllVehicles" || {_object isKindOf "FlagCarrierCore"}) exitWith { [LSTRING(OnlyVehiclesOrFlags)] call EFUNC(common,showMessage); };