We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac8ad1 commit 59468b0Copy full SHA for 59468b0
addons/modules/functions/fnc_moduleAttachFlag.sqf
@@ -28,7 +28,7 @@ if !(alive _object) exitWith {
28
[LSTRING(OnlyAlive)] call EFUNC(common,showMessage);
29
};
30
31
-if !(_object isKindOf "AllVehicles" || {_object isKindOf "FlagCarrier"}) exitWith {
+if !(_object isKindOf "AllVehicles" || {_object isKindOf "FlagCarrierCore"}) exitWith {
32
[LSTRING(OnlyVehiclesOrFlags)] call EFUNC(common,showMessage);
33
34
0 commit comments