From edf730be84cd80b448880529c19a0c43de37eb6d Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 30 Oct 2013 17:18:18 -0500 Subject: [PATCH] destory tent --- 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 ee9c5990b..93f524ae7 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -392,7 +392,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu } else { if(("ItemJerrycan" in _magazinesPlayer) and ("ItemMatchbox_DZE" in weapons player)) then { if (s_player_packtent < 0) then { - s_player_packtent = player addAction [format[localize "str_actions_delete",_text], "\z\addons\dayz_code\actions\remove.sqf",_cursorTarget, 1, true, true, "", ""]; + s_player_packtent = player addAction ["Destory Tent", "\z\addons\dayz_code\actions\remove.sqf",_cursorTarget, 1, true, true, "", ""]; }; }; };