Skip to content

Commit ba8d958

Browse files
committed
version
1 parent ec5255c commit ba8d958

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

addons/main/script_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define MAJOR 1
22
#define MINOR 0
3-
#define PATCHLVL 4
3+
#define PATCHLVL 5
44
#define BUILD 0

addons/slingload/functions/fnc_rigCargoManual.sqf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private _hook = "slr_slingload_hook" createVehicleLocal [0,0,0];
7171
//if (GVAR(pfeh_action) == RIG_CANCEL) then {};
7272
if (GVAR(pfeh_action) > RIG_CANCEL && {count GVAR(rigCargoHelpers) > 0}) then {
7373
private _liftPoints = GVAR(rigCargoHelpers) apply {(_cargo worldToModelVisual ASLToAGL getPosASL _x) vectorAdd [0,0,0.2]; };
74-
systemChat str _liftPoints;
7574
[_cargo, _unit, _liftPoints] call FUNC(rigCargo);
7675
_liftPoints = _liftPoints + (_cargo getVariable ["slr_slingload_liftPoints", []]);
7776
_cargo setVariable ["slr_slingload_liftPoints", _liftPoints, true];

0 commit comments

Comments
 (0)