From 6d89460dcc9f4ed265634cc9b02de81e4ccbb488 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Tue, 11 Feb 2014 22:00:20 +0100 Subject: [PATCH] Wrong here Error in expression Error position: <_tmpbuilt; cutText [format[(localize "st> Error Undefined variable in expression: _tmpbuilt File z\addons\dayz_code\actions\player_build.sqf, line 556 --- SQF/dayz_code/actions/player_build.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index 7e7fac5bb..db16704a6 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -552,7 +552,6 @@ if (_hasrequireditem) then { }; } else { - deleteVehicle _tmpbuilt; cutText [format[(localize "str_epoch_player_47"),_text,_reason], "PLAIN DOWN"]; }; };