From f87ac79acccb61003d67c747707c25fc58a5c10a Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sat, 12 Nov 2016 14:54:20 -0500 Subject: [PATCH] Add missing private var in hotwire_veh.sqf --- SQF/dayz_code/actions/hotwire_veh.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/hotwire_veh.sqf b/SQF/dayz_code/actions/hotwire_veh.sqf index 71996ecae..902ba6764 100644 --- a/SQF/dayz_code/actions/hotwire_veh.sqf +++ b/SQF/dayz_code/actions/hotwire_veh.sqf @@ -1,4 +1,4 @@ -private ["_vehicle","_removed"]; +private ["_vehicle","_removed","_vehType"]; _vehicle = _this select 3; if (dayz_actionInProgress) exitWith {localize "STR_EPOCH_PLAYER_32" call dayz_rollingMessages;};