From 5c895a22988877d84572ead554c2ecf2bb9e271c Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:44:23 +0200 Subject: [PATCH] Fix includes --- addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf | 2 +- addons/cargo/functions/fnc_getVehicleCargo.sqf | 2 +- addons/cargo/functions/fnc_unloadAllVehicles.sqf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf b/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf index 552a00b700..04f5c8dc4a 100644 --- a/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf +++ b/addons/cargo/functions/fnc_canShowUnloadAllVehicles.sqf @@ -1,4 +1,4 @@ -#include "script_component.hpp" +#include "..\script_component.hpp" /* * Author: Vdauphin * Checks if unload all vehicles interaction can be show. diff --git a/addons/cargo/functions/fnc_getVehicleCargo.sqf b/addons/cargo/functions/fnc_getVehicleCargo.sqf index 43dc6edc70..c71375b074 100644 --- a/addons/cargo/functions/fnc_getVehicleCargo.sqf +++ b/addons/cargo/functions/fnc_getVehicleCargo.sqf @@ -1,4 +1,4 @@ -#include "script_component.hpp" +#include "..\script_component.hpp" /* * Author: Vdauphin * Get vehicle in cargo. diff --git a/addons/cargo/functions/fnc_unloadAllVehicles.sqf b/addons/cargo/functions/fnc_unloadAllVehicles.sqf index 75560dbea2..7edaa3083d 100644 --- a/addons/cargo/functions/fnc_unloadAllVehicles.sqf +++ b/addons/cargo/functions/fnc_unloadAllVehicles.sqf @@ -1,4 +1,4 @@ -#include "script_component.hpp" +#include "..\script_component.hpp" /* * Author: Vdauphin * Unload all vehicles but not ACE Cargo.