Skip to content

Commit

Permalink
Update fnc_findCover.sqf (#378)
Browse files Browse the repository at this point in the history
HEMTT suggests fixes to findCover. The machines are here to rule us all!
  • Loading branch information
nk3nny authored Feb 18, 2024
1 parent 612a471 commit b89a6d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions addons/main/functions/fnc_findCover.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ if (GVAR(debug_functions) && {(_ret isNotEqualTo [])}) then {
private _add = if ((_x select 1) isEqualTo "UP") then {
2
} else {
if ((_x select 1) isEqualTo "MIDDLE") then {
1
} else {
0.2
};
[0.2, 1] select (_x select 1 isEqualTo "MIDDLE");
};
"Sign_Arrow_Large_Blue_F" createVehicleLocal ((_x select 0) vectorAdd [0, 0, _add]);
} forEach _ret;
Expand Down

0 comments on commit b89a6d3

Please sign in to comment.