Skip to content

Commit

Permalink
Update fn_vehicle_planeAutoEject.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Nov 16, 2024
1 parent 01a3967 commit 3467ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/vehicle/fn_vehicle_planeAutoEject.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (!isNil {_vehicle GETVAR(QEGVAR(VehicleFunc,AutoEject),nil)}) exitWith {SHOW_

_vehicle addEventHandler ["Hit", {
params ["_vehicle"];
if (damage _unit > 0.95) exitWith {
if (damage _vehicle > 0.95) exitWith {
[driver _vehicle, _vehicle] call EFUNC(para,haloJump);
};
}];
Expand Down

0 comments on commit 3467ed6

Please sign in to comment.