From d61223ac7ed4e510542f5cdc7279c9db114423be Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Sun, 13 Sep 2020 17:24:12 +0200 Subject: [PATCH] Update fn_selfActions.sqf --- SQF/dayz_code/compile/fn_selfActions.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index 077558b35..c439c2a1e 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -887,7 +887,7 @@ if (!isNull _cursorTarget && {!_inVehicle && !_isPZombie && _canDo && player dis _humanity_logic = (_humanity < DZE_Hero); }; if (_humanity_logic) then { - _cancel = player addAction [format[localize "STR_EPOCH_ACTIONS_HUMANITY",_low_high], "\z\addons\dayz_code\actions\trade_cancel.sqf",["na"], 0, true, false]; + _cancel = player addAction [format[localize "STR_EPOCH_ACTIONS_HUMANITY",_low_high], "","", 0, true, false]; s_player_parts set [count s_player_parts,_cancel]; } else { private ["_itemName1","_itemName2"];