From 01a396799f90e044cf4afb14a49fe67c1bc83502 Mon Sep 17 00:00:00 2001 From: AndreasBrostrom Date: Sat, 26 Oct 2024 18:29:53 +0200 Subject: [PATCH] Fixed header --- cScripts/functions/vehicle/fn_vehicle_planeAutoEject.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cScripts/functions/vehicle/fn_vehicle_planeAutoEject.sqf b/cScripts/functions/vehicle/fn_vehicle_planeAutoEject.sqf index 3d5ec3433..43b3e6efe 100644 --- a/cScripts/functions/vehicle/fn_vehicle_planeAutoEject.sqf +++ b/cScripts/functions/vehicle/fn_vehicle_planeAutoEject.sqf @@ -1,13 +1,13 @@ #include "..\script_component.hpp"; /* - * Author: CPL.Brostrom.A, Elemtael + * Author: CPL.Brostrom.A * This function adds a auto ejection system to a vehicle * * Arguments: * 0: Vehicle * * Example: - * ["my_jetFighter"] call cScripts_fnc_addLineJump + * ["my_jetFighter"] call cScripts_fnc_vehicle_planeAutoEject * */