Skip to content

Commit

Permalink
fixesJerryCanInterrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Bakker committed Jun 1, 2020
1 parent 65fb889 commit fdccb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Altis_Life.Altis/core/items/fn_jerryRefuel.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ life_action_inUse = false;
"progressBar" cutText ["","PLAIN"];
player playActionNow "stop";
if (!alive player) exitWith {};
if (life_interrupted) exitWith {life_interrupted = false; titleText[localize "STR_NOTF_ActionCancel","PLAIN"];};
if (life_interrupted) exitWith {life_interrupted = false; titleText[localize "STR_NOTF_ActionCancel","PLAIN"]; [true,"fuelFull",1] call life_fnc_handleInv;};


switch (true) do {
Expand Down

0 comments on commit fdccb6d

Please sign in to comment.