Skip to content

Commit

Permalink
Merge pull request #1346 from Vdauphin/FIX-lift_not_working
Browse files Browse the repository at this point in the history
FIX: Lift not working
  • Loading branch information
Vdauphin authored Apr 3, 2022
2 parents d0c5d8c + e5a5f01 commit 1919c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ btc_lift_action_hud = player addAction [
];
btc_lift_action = player addAction [
"<t color=""#ED2744"">" + (localize "STR_BTC_HAM_LOG_HOOK") + "</t>", // Hook
btc_lift_fnc_hook, [], 9, true, false, "", "[] call btc_lift_fnc_check"
{[] call btc_lift_fnc_hook}, [], 9, true, false, "", "[] call btc_lift_fnc_check"
];

waitUntil {sleep 5; (vehicle player isEqualTo player)};
Expand Down
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/lift/hook.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Returns:
Examples:
(begin example)
[] call btc_lift_fnc_hook;
[] spawn btc_lift_fnc_hook;
(end)
Author:
Expand Down

0 comments on commit 1919c0d

Please sign in to comment.