diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/veh/propertiesSet.sqf b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/veh/propertiesSet.sqf index 26010bc55..a27d2d7f1 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/veh/propertiesSet.sqf +++ b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/veh/propertiesSet.sqf @@ -58,7 +58,7 @@ if (_fuelSource isNotEqualTo []) then { [_vehicle, _fuelCargo, _hooks] call ace_refuel_fnc_makeSource; } else { if (_fuelCargo != [_vehicle] call ace_refuel_fnc_getFuel) then { - [_vehicle, _fuelCargo] call ace_refuel_fnc_makeSource; + [_vehicle, _fuelCargo] call ace_refuel_fnc_setFuel; }; }; _vehicle setVariable ["btc_EDEN_defaultFuelCargo", _defaultFuelCargo, true];